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 0d9e676 commit 8ee384cCopy full SHA for 8ee384c
snyk-monitor/templates/deployment.yaml
@@ -22,6 +22,10 @@ spec:
22
app.kubernetes.io/name: {{ include "snyk-monitor.name" . }}
23
app.kubernetes.io/instance: {{ .Release.Name }}
24
app.kubernetes.io/managed-by: {{ .Release.Service }}
25
+ {{- with .Values.metadata.annotations }}
26
+ annotations:
27
+ {{- toYaml . | nindent 8 }}
28
+ {{- end }}
29
spec:
30
affinity:
31
nodeAffinity:
snyk-monitor/values.yaml
@@ -91,6 +91,10 @@ log_level:
91
92
nodeSelector: {}
93
94
+# Additional annotations for the snyk-monitor Deployment's Pod
95
+metadata:
96
+ annotations: {}
97
+
98
psp:
99
enabled: false
100
name: ""
0 commit comments