diff --git a/helm/githubapp/templates/statefulset.yaml b/helm/githubapp/templates/statefulset.yaml index 50a8c93..2a43c98 100644 --- a/helm/githubapp/templates/statefulset.yaml +++ b/helm/githubapp/templates/statefulset.yaml @@ -67,7 +67,7 @@ spec: name: {{ .Values.secrets.secretName }} key: WIRE_SDK_CRYPTOGRAPHY_STORAGE_PASSWORD {{- end }} - {{ - if .Values.redis }} + {{- if .Values.redis }} - name: GHAPP_REDIS_HOST valueFrom: secretKeyRef: @@ -78,7 +78,7 @@ spec: secretKeyRef: name: {{ .Values.redis.secretName }} key: {{ .Values.redis.portKey }} - {{ - end }} + {{- end }} volumeMounts: - name: data mountPath: /opt/githubapp/storage