소스 검색

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

Dominik 1 년 전
부모
커밋
d1b4c8c407
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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:
       labels:
         {{- include "wiki.selectorLabels" . | nindent 8 }}
+      annotations:
+        {{- toYaml .Values.podAnnotations | nindent 8 }}
     spec:
     {{- with .Values.imagePullSecrets }}
       imagePullSecrets:

+ 2 - 0
dev/helm/values.yaml

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