We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcefbe commit b902802Copy full SHA for b902802
charts/cloudnative-pg/templates/_helpers.tpl
@@ -51,6 +51,9 @@ helm.sh/chart: {{ include "cloudnative-pg.chart" . }}
51
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
52
{{- end }}
53
app.kubernetes.io/managed-by: {{ .Release.Service }}
54
+{{- if .Values.commonLabels }}
55
+{{ toYaml .Values.commonLabels }}
56
+{{- end }}
57
58
59
{{/*
charts/cloudnative-pg/values.yaml
@@ -112,6 +112,8 @@ rbac:
112
113
# -- Annotations to be added to all other resources.
114
commonAnnotations: {}
115
+# -- Labels to be added to all other resources.
116
+commonLabels: {}
117
# -- Annotations to be added to the pod.
118
podAnnotations: {}
119
# -- Labels to be added to the pod.
0 commit comments