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

This commit is contained in:
Dominik
2024-06-26 00:51:45 -04:00
committed by GitHub
parent 2e35ebf1dc
commit d1b4c8c407
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -14,6 +14,8 @@ spec:
metadata:
labels:
{{- include "wiki.selectorLabels" . | nindent 8 }}
annotations:
{{- toYaml .Values.podAnnotations | nindent 8 }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
+2
View File
@@ -42,6 +42,8 @@ startupProbe:
path: /healthz
port: http
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000