Skip to content

Commit

Permalink
fix(chore): bad indenting in persistent volumes (#4007)
Browse files Browse the repository at this point in the history
  • Loading branch information
prune998 authored and sguiheux committed Mar 11, 2019
1 parent 1cd31bd commit 5ae0650
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions contrib/helm/cds/templates/elasticsearch-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ spec:
containerPort: 8084
volumeMounts:
- name: cds-repos-data
mountPath: {{ .Values.repositories.persistence.mountPath }}
volumes:
- name: cds-repos-data
persistentVolumeClaim:
claimName: {{ (printf "%s-elasticsearch" (include "cds.fullname" .)) }}
mountPath: {{ .Values.repositories.persistence.mountPath }}
volumes:
- name: cds-repos-data
persistentVolumeClaim:
claimName: {{ (printf "%s-elasticsearch" (include "cds.fullname" .)) }}

0 comments on commit 5ae0650

Please sign in to comment.