File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2222 app.kubernetes.io/name : {{ include "snyk-monitor.name" . }}
2323 app.kubernetes.io/instance : {{ .Release.Name }}
2424 app.kubernetes.io/managed-by : {{ .Release.Service }}
25+ {{- with .Values.metadata.labels }}
26+ {{- toYaml . | nindent 8 }}
27+ {{- end }}
2528 {{- with .Values.metadata.annotations }}
2629 annotations :
2730 {{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change @@ -101,8 +101,9 @@ nodeSelector: {}
101101nodeAffinity :
102102 disableBetaArchNodeSelector : false
103103
104- # Additional annotations for the snyk-monitor Deployment's Pod
104+ # Additional labels and annotations for the snyk-monitor Deployment's Pod
105105metadata :
106+ labels : {}
106107 annotations : {}
107108
108109psp :
You can’t perform that action at this time.
0 commit comments