Skip to content

Commit

Permalink
PVC Name fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Di Bernardo <[email protected]>
  • Loading branch information
sdibernardo committed Feb 26, 2025
1 parent 093f56c commit c983a41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
- name: data
{{- if .Values.apiServer.persistentVolume.enabled }}
persistentVolumeClaim:
claimName: {{ if .Values.apiServer.persistentVolume.existingClaim }}{{ .Values.apiServer.persistentVolume.existingClaim }}{{- else }}{{ include "common.names.fullname" . }}-apiserver{{- end }}
claimName: {{ if .Values.apiServer.persistentVolume.existingClaim }}{{ .Values.apiServer.persistentVolume.existingClaim }}{{- else }}{{ include "dependencytrack.fullname" . }}-apiserver{{- end }}
{{- else }}
emptyDir: { }
{{- end }}
Expand Down

0 comments on commit c983a41

Please sign in to comment.