Skip to content

Commit

Permalink
Remove the nfs volumeMounts
Browse files Browse the repository at this point in the history
  • Loading branch information
danielezer committed Jun 6, 2019
1 parent 78f0b33 commit daef1ad
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions stable/artifactory/templates/artifactory-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ spec:
volumeMounts:
- name: artifactory-volume
mountPath: "{{ .Values.artifactory.persistence.mountPath }}"
{{- if eq .Values.artifactory.persistence.type "nfs" }}
- name: artifactory-data
mountPath: "{{ .Values.artifactory.persistence.nfs.dataDir }}"
- name: artifactory-backup
mountPath: "{{ .Values.artifactory.persistence.nfs.backupDir }}"
{{- end }}
{{- end }}
- name: "remove-lost-found"
image: "{{ .Values.initContainerImage }}"
Expand All @@ -72,12 +66,6 @@ spec:
volumeMounts:
- name: artifactory-volume
mountPath: "{{ .Values.artifactory.persistence.mountPath }}"
{{- if eq .Values.artifactory.persistence.type "nfs" }}
- name: artifactory-data
mountPath: "{{ .Values.artifactory.persistence.nfs.dataDir }}"
- name: artifactory-backup
mountPath: "{{ .Values.artifactory.persistence.nfs.backupDir }}"
{{- end }}
{{- end }}
- name: "wait-for-db"
image: "{{ .Values.initContainerImage }}"
Expand Down

0 comments on commit daef1ad

Please sign in to comment.