From d1b4c8c407961f328fb74492ec03b69c912daa9b Mon Sep 17 00:00:00 2001 From: Dominik <47665714+Mawarii@users.noreply.github.com> Date: Wed, 26 Jun 2024 06:51:45 +0200 Subject: [PATCH] chore(helm): add pod annotations (#7222) --- dev/helm/templates/deployment.yaml | 2 ++ dev/helm/values.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev/helm/templates/deployment.yaml b/dev/helm/templates/deployment.yaml index feebbe30..21db6a82 100644 --- a/dev/helm/templates/deployment.yaml +++ b/dev/helm/templates/deployment.yaml @@ -14,6 +14,8 @@ spec: metadata: labels: {{- include "wiki.selectorLabels" . | nindent 8 }} + annotations: + {{- toYaml .Values.podAnnotations | nindent 8 }} spec: {{- with .Values.imagePullSecrets }} imagePullSecrets: diff --git a/dev/helm/values.yaml b/dev/helm/values.yaml index 2118debd..099a694c 100644 --- a/dev/helm/values.yaml +++ b/dev/helm/values.yaml @@ -42,6 +42,8 @@ startupProbe: path: /healthz port: http +podAnnotations: {} + podSecurityContext: {} # fsGroup: 2000