We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e57c7 commit d0ba3b2Copy full SHA for d0ba3b2
charts/logprep/templates/service-account.yaml
@@ -1,4 +1,4 @@
1
-{{- if and .Values.serviceAccount.create .Values.serviceAccount.enabled }}
+{{- if .Values.serviceAccount.create }}
2
apiVersion: v1
3
kind: ServiceAccount
4
metadata:
charts/logprep/values.yaml
@@ -16,11 +16,10 @@ resources:
16
memory: "2Gi"
17
cpu: "250m"
18
serviceAccount:
19
- # if not enabled nothing happens
20
- enabled: true
21
create: true
22
# auto generates if left empty
23
name: ""
+ # only set if create true
24
automountServiceAccountToken: false
25
# if enabled: the default security context for the pod
26
podSecurityContext:
0 commit comments