Add Replace key for pipeline secrets
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{{- if .Values.PipelineSecrets.Env }}
|
||||
{{- if .Values.PipelineSecrets.Env.Replace }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
|
@ -1,4 +1,4 @@
|
||||
{{- if .Values.PipelineSecrets.File }}
|
||||
{{- if .Values.PipelineSecrets.File.Replace }}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
|
Reference in New Issue
Block a user