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 747e70f commit 74df109Copy full SHA for 74df109
snyk-monitor/templates/deployment.yaml
@@ -7,6 +7,9 @@ metadata:
7
helm.sh/chart: {{ include "snyk-monitor.chart" . }}
8
app.kubernetes.io/instance: {{ .Release.Name }}
9
app.kubernetes.io/managed-by: {{ .Release.Service }}
10
+ {{- with .Values.deployment.labels }}
11
+ {{- toYaml . | nindent 4 }}
12
+ {{- end }}
13
spec:
14
{{- if .Values.pvc.enabled }}
15
strategy:
snyk-monitor/values.yaml
@@ -115,6 +115,10 @@ nodeAffinity:
115
kubernetesIoOs:
116
- linux
117
118
+# Additional labels for the snyk-monitor Deployment
119
+deployment:
120
+ labels: {}
121
+
122
# Additional labels and annotations for the snyk-monitor Deployment's Pod
123
metadata:
124
labels: {}
0 commit comments