[bitnami/widlfly] Fix Syntax on 'deployemnt.yaml'

This commit is contained in:
juan131
2018-12-12 09:26:35 +01:00
parent f6cab85343
commit 5dd494dde1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: wildfly
version: 2.1.0
version: 2.1.1
appVersion: 14.0.1
description: Chart for Wildfly
keywords:
+2 -2
View File
@@ -23,12 +23,12 @@ spec:
securityContext:
fsGroup: {{ .Values.securityContext.fsGroup }}
runAsUser: {{ .Values.securityContext.runAsUser }}
{{- end}
{{- end }}
{{- if .Values.image.pullSecrets }}
imagePullSecrets:
{{- range .Values.image.pullSecrets }}
- name: {{ . }}
{{- end}}
{{- end }}
{{- end }}
containers:
- name: {{ template "fullname" . }}