Skip to content

Commit

Permalink
chore(helm): add pod annotations (#7222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mawarii committed Jun 26, 2024
1 parent 2e35ebf commit d1b4c8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
metadata:
labels:
{{- include "wiki.selectorLabels" . | nindent 8 }}
annotations:
{{- toYaml .Values.podAnnotations | nindent 8 }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
2 changes: 2 additions & 0 deletions dev/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ startupProbe:
path: /healthz
port: http

podAnnotations: {}

podSecurityContext: {}
# fsGroup: 2000

Expand Down

0 comments on commit d1b4c8c

Please sign in to comment.