@@ -17,6 +17,9 @@ spec:
metadata:
labels:
pod: hue
+{{- with .Values.podLabels }}
+{{ toYaml . | indent 8 }}
+{{- end }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap-hue.yaml") . | sha256sum }}
checksum/config-extra: {{ include (print $.Template.BasePath "/configmap-hue-extra.yaml") . | sha256sum }}
@@ -66,3 +66,6 @@ aws:
## Pod Annotations
# podAnnotations: {}
+
+## Pod Labels
+# podLabels: {}