You've already forked athens-proxy-charts
fix: avoid mixing singular and plural naming conventions
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{{/* vim: set filetype=mustache: */}}
|
||||
|
||||
{{/* annotations */}}
|
||||
|
||||
{{- define "athens-proxy.persistentVolumeClaim.data.annotations" -}}
|
||||
{{ include "athens-proxy.annotations" . }}
|
||||
{{- if .Values.persistence.data.persistentVolumeClaim.annotations }}
|
||||
{{ toYaml .Values.persistence.data.persistentVolumeClaim.annotations}}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{/* labels */}}
|
||||
|
||||
{{- define "athens-proxy.persistentVolumeClaim.data.labels" -}}
|
||||
{{ include "athens-proxy.labels" . }}
|
||||
{{- if .Values.persistence.data.persistentVolumeClaim.labels }}
|
||||
{{ toYaml .Values.persistence.data.persistentVolumeClaim.labels}}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{/* name */}}
|
||||
|
||||
{{- define "athens-proxy.persistentVolumeClaim.data.name" -}}
|
||||
{{ include "athens-proxy.fullname" . }}-data
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user