Skip to content

Commit d1b4c8c

Browse files
authored
chore(helm): add pod annotations (#7222)
1 parent 2e35ebf commit d1b4c8c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dev/helm/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ spec:
1414
metadata:
1515
labels:
1616
{{- include "wiki.selectorLabels" . | nindent 8 }}
17+
annotations:
18+
{{- toYaml .Values.podAnnotations | nindent 8 }}
1719
spec:
1820
{{- with .Values.imagePullSecrets }}
1921
imagePullSecrets:

dev/helm/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ startupProbe:
4242
path: /healthz
4343
port: http
4444

45+
podAnnotations: {}
46+
4547
podSecurityContext: {}
4648
# fsGroup: 2000
4749

0 commit comments

Comments
 (0)