Merge pull request #410 from minervaproject/master

Fix create secret check
pull/412/head
Karolis 2019-06-14 23:05:23 +01:00 committed by GitHub
commit 113210ebe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: