Skip to content

Commit

Permalink
Fix indendation
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Bryński <maciej.brynski@xcaliber.com>
  • Loading branch information
maver1ck authored and gsemet committed Nov 11, 2018
1 parent 6a60b21 commit 94952e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion incubator/airflow/templates/statefulsets-workers.yaml
Expand Up @@ -136,7 +136,7 @@ spec:
- name: dags-data
{{- if .Values.persistence.enabled }}
persistentVolumeClaim:
claimName: {{ .Values.persistence.existingClaim | default (include "airflow.fullname" .) }}
claimName: {{ .Values.persistence.existingClaim | default (include "airflow.fullname" .) }}
{{- else }}
emptyDir: {}
{{- end }}
Expand Down

0 comments on commit 94952e7

Please sign in to comment.