Merge pull request #972 from juan131/fix_wildfly

[bitnami/widlfly] Fix Syntax on 'deployemnt.yaml'
This commit is contained in:
Juan Ariza Toledano
2018-12-12 09:29:09 +01:00
committed by GitHub
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" . }}