Skip to content

Commit eddc5cd

Browse files
committed
Remove service account creation.
1 parent 55d90c1 commit eddc5cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
imagePullSecrets:
2828
{{- toYaml . | nindent 8 }}
2929
{{- end }}
30-
serviceAccountName: {{ include "dokuwiki.serviceAccountName" . }}
30+
# serviceAccountName: {{ include "dokuwiki.serviceAccountName" . }}
3131
securityContext:
3232
# {{- /*
3333
# Apply the runAsUser and runAsGroup from the Dockerfile.

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fullnameOverride: ""
1717

1818
serviceAccount:
1919
# Specifies whether a service account should be created
20-
create: true
20+
create: false
2121
# Automatically mount a ServiceAccount's API credentials?
2222
automount: true
2323
# Annotations to add to the service account

0 commit comments

Comments
 (0)