1
0

Add Replace key for pipeline secrets

This commit is contained in:
Fleur Kelpin
2018-06-28 11:51:51 +02:00
parent c8b1e1965b
commit 03cf1c390b
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{{- if .Values.PipelineSecrets.Env }}
{{- if .Values.PipelineSecrets.Env.Replace }}
apiVersion: v1
kind: Secret
metadata:

View File

@ -1,4 +1,4 @@
{{- if .Values.PipelineSecrets.File }}
{{- if .Values.PipelineSecrets.File.Replace }}
apiVersion: v1
kind: Secret
metadata: