Skip to content

Commit e0b536b

Browse files
authored
Merge pull request #12 from fullstack-devops/bugfix/config-map-name
fix configmap name
2 parents 655314e + c873ede commit e0b536b

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
@@ -52,7 +52,7 @@ spec:
5252
# port: http
5353
envFrom:
5454
- configMapRef:
55-
name: {{ .Release.Name }}-dns-bind
55+
name: {{ .Release.Name }}
5656
resources:
5757
{{- toYaml .Values.resources | nindent 12 }}
5858
{{- with .Values.nodeSelector }}

helm/values.yaml

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

4545
serviceAccount:
4646
# Specifies whether a service account should be created
47-
create: true
47+
create: false
4848
# Annotations to add to the service account
4949
annotations: {}
5050
# The name of the service account to use.

0 commit comments

Comments
 (0)