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 55d90c1 commit eddc5cdCopy full SHA for eddc5cd
helm/templates/deployment.yaml
@@ -27,7 +27,7 @@ spec:
27
imagePullSecrets:
28
{{- toYaml . | nindent 8 }}
29
{{- end }}
30
- serviceAccountName: {{ include "dokuwiki.serviceAccountName" . }}
+ # serviceAccountName: {{ include "dokuwiki.serviceAccountName" . }}
31
securityContext:
32
# {{- /*
33
# Apply the runAsUser and runAsGroup from the Dockerfile.
helm/values.yaml
@@ -17,7 +17,7 @@ fullnameOverride: ""
17
18
serviceAccount:
19
# Specifies whether a service account should be created
20
- create: true
+ create: false
21
# Automatically mount a ServiceAccount's API credentials?
22
automount: true
23
# Annotations to add to the service account
0 commit comments