@@ -14,6 +14,8 @@ spec:
metadata:
labels:
{{- include "wiki.selectorLabels" . | nindent 8 }}
+ annotations:
+ {{- toYaml .Values.podAnnotations | nindent 8 }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
@@ -42,6 +42,8 @@ startupProbe:
path: /healthz
port: http
+podAnnotations: {}
+
podSecurityContext: {}
# fsGroup: 2000