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.
2 parents 655314e + c873ede commit e0b536bCopy full SHA for e0b536b
helm/templates/deployment.yaml
@@ -52,7 +52,7 @@ spec:
52
# port: http
53
envFrom:
54
- configMapRef:
55
- name: {{ .Release.Name }}-dns-bind
+ name: {{ .Release.Name }}
56
resources:
57
{{- toYaml .Values.resources | nindent 12 }}
58
{{- with .Values.nodeSelector }}
helm/values.yaml
@@ -44,7 +44,7 @@ fullnameOverride: ""
44
45
serviceAccount:
46
# Specifies whether a service account should be created
47
- create: true
+ create: false
48
# Annotations to add to the service account
49
annotations: {}
50
# The name of the service account to use.
0 commit comments