diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 584c2d9..24fd2cf 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -28,15 +28,15 @@ spec: httpGet: path: / port: http - volumeMounts: - {{- if .Values.configMap.enabled }} - - name: config-volume - mountPath: /usr/share/nginx/html - {{- end }} - {{- range .Values.existingConfigMaps }} - - name: {{ .name }} - mountPath: {{ .mountPath }} - {{- end }} + volumeMounts: + {{- if .Values.configMap.enabled }} + - name: config-volume + mountPath: /usr/share/nginx/html + {{- end }} + {{- range .Values.existingConfigMaps }} + - name: {{ .name }} + mountPath: {{ .mountPath }} + {{- end }} volumes: {{- if .Values.configMap.enabled }} - name: config-volume diff --git a/helm/values.yaml b/helm/values.yaml index ca77abd..459a87c 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -21,7 +21,7 @@ existingConfigMaps: [] configMap: - enabled: false + enabled: true presentations: barebones.html: |