Skip to content

Commit

Permalink
I thought i tired this one already
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Oct 23, 2023
1 parent 538c522 commit d356631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ spec:
{{- toYaml .Values.resources | nindent 12 }}
envFrom:
- configMapRef:
name: {{ include "chart.fullname" . }}-cm
name: {{ include "chart.fullname" . }}-cm
- secretRef:
name: {{ include "chart.fullname" . }}-secret
name: {{ include "chart.fullname" . }}-secret
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit d356631

Please sign in to comment.