Address review comments
- Rename extraLabels to customLabels - remove enabled field - repackage helm chart
This commit is contained in:
parent
8904cf0858
commit
73851d1b38
Binary file not shown.
|
|
@ -13,7 +13,7 @@ labels:
|
|||
app.kubernetes.io/name: "{{ template "nfs.name" . }}"
|
||||
app.kubernetes.io/version: "{{ .Chart.AppVersion }}"
|
||||
helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
|
||||
{{- if .Values.extraLabels.enabled }}
|
||||
{{ toYaml .Values.extraLabels.labels | indent 2 -}}
|
||||
{{- if .Values.customLabels }}
|
||||
{{ toYaml .Values.customLabels | indent 2 -}}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
extraLabels:
|
||||
enabled: false
|
||||
labels: {}
|
||||
|
||||
customLabels: {}
|
||||
image:
|
||||
nfs:
|
||||
repository: mcr.microsoft.com/k8s/csi/nfs-csi
|
||||
|
|
|
|||
Loading…
Reference in New Issue