We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e35ebf commit d1b4c8cCopy full SHA for d1b4c8c
dev/helm/templates/deployment.yaml
@@ -14,6 +14,8 @@ spec:
14
metadata:
15
labels:
16
{{- include "wiki.selectorLabels" . | nindent 8 }}
17
+ annotations:
18
+ {{- toYaml .Values.podAnnotations | nindent 8 }}
19
spec:
20
{{- with .Values.imagePullSecrets }}
21
imagePullSecrets:
dev/helm/values.yaml
@@ -42,6 +42,8 @@ startupProbe:
42
path: /healthz
43
port: http
44
45
+podAnnotations: {}
46
+
47
podSecurityContext: {}
48
# fsGroup: 2000
49
0 commit comments