Fix check for creating the secret file

pull/410/head
Arthur Rio 2019-06-14 21:36:24 +02:00
parent 743309d172
commit 4d610e93d9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{{- if ".Values.secret.create" }}
{{- if .Values.secret.create }}
apiVersion: v1
kind: Secret
metadata: