Bläddra i källkod

chore(helm): add pod annotations (#7222)

Dominik 11 månader sedan
förälder
incheckning
d1b4c8c407
2 ändrade filer med 4 tillägg och 0 borttagningar
  1. 2 0
      dev/helm/templates/deployment.yaml
  2. 2 0
      dev/helm/values.yaml

+ 2 - 0
dev/helm/templates/deployment.yaml

@@ -14,6 +14,8 @@ spec:
     metadata:
     metadata:
       labels:
       labels:
         {{- include "wiki.selectorLabels" . | nindent 8 }}
         {{- include "wiki.selectorLabels" . | nindent 8 }}
+      annotations:
+        {{- toYaml .Values.podAnnotations | nindent 8 }}
     spec:
     spec:
     {{- with .Values.imagePullSecrets }}
     {{- with .Values.imagePullSecrets }}
       imagePullSecrets:
       imagePullSecrets:

+ 2 - 0
dev/helm/values.yaml

@@ -42,6 +42,8 @@ startupProbe:
     path: /healthz
     path: /healthz
     port: http
     port: http
 
 
+podAnnotations: {}
+
 podSecurityContext: {}
 podSecurityContext: {}
   # fsGroup: 2000
   # fsGroup: 2000