Merge branch 'chart-labels-and-annotations' of github.com:yonatankahana/nfs-subdir-external-provisioner into chart-labels-and-annotations
This commit is contained in:
commit
172cab36f1
|
|
@ -67,6 +67,7 @@ Common labels
|
||||||
{{- define "nfs-subdir-external-provisioner.labels" -}}
|
{{- define "nfs-subdir-external-provisioner.labels" -}}
|
||||||
chart: {{ template "nfs-subdir-external-provisioner.chart" . }}
|
chart: {{ template "nfs-subdir-external-provisioner.chart" . }}
|
||||||
heritage: {{ .Release.Service }}
|
heritage: {{ .Release.Service }}
|
||||||
|
{{ include "nfs-subdir-external-provisioner.selectorLabels" . }}
|
||||||
{{- with .Values.labels }}
|
{{- with .Values.labels }}
|
||||||
{{- toYaml . | nindent 0 }}
|
{{- toYaml . | nindent 0 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue