From 5dd494dde16ace8d85aa294f2cd36eb2a8d1857b Mon Sep 17 00:00:00 2001 From: juan131 Date: Wed, 12 Dec 2018 09:26:35 +0100 Subject: [PATCH] [bitnami/widlfly] Fix Syntax on 'deployemnt.yaml' --- bitnami/wildfly/Chart.yaml | 2 +- bitnami/wildfly/templates/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/wildfly/Chart.yaml b/bitnami/wildfly/Chart.yaml index d8df22aea..ecba3fbd6 100644 --- a/bitnami/wildfly/Chart.yaml +++ b/bitnami/wildfly/Chart.yaml @@ -1,5 +1,5 @@ name: wildfly -version: 2.1.0 +version: 2.1.1 appVersion: 14.0.1 description: Chart for Wildfly keywords: diff --git a/bitnami/wildfly/templates/deployment.yaml b/bitnami/wildfly/templates/deployment.yaml index cb0f066a0..57292e9fe 100644 --- a/bitnami/wildfly/templates/deployment.yaml +++ b/bitnami/wildfly/templates/deployment.yaml @@ -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" . }}