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 8bd0f1a commit 7c77c01Copy full SHA for 7c77c01
chart/templates/deployment.yaml
@@ -12,6 +12,10 @@ spec:
12
app.kubernetes.io/instance: {{ .Release.Name }}
13
template:
14
metadata:
15
+{{- with .Values.podAnnotations }}
16
+ annotations:
17
+{{- toYaml . | nindent 8 }}
18
+{{- end }}
19
labels:
20
app.kubernetes.io/name: {{ include "k8s-event-logger.name" . }}
21
chart/values.yaml
@@ -22,3 +22,4 @@ nodeSelector: {}
22
tolerations: []
23
affinity: {}
24
podLabels: {}
25
+podAnnotations: {}
0 commit comments