Skip to content

Commit

Permalink
fix(ci): yaml really cares about indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
christolis committed Sep 14, 2023
1 parent 2df3289 commit 96e5c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ spec:
image: {{ .Values.container.image }}
envFrom:
- configMapRef:
name: {{ .Release.Name }}-configmap
name: {{ .Release.Name }}-configmap
- secretRef:
name: {{ .Release.Name }}-secret
name: {{ .Release.Name }}-secret

0 comments on commit 96e5c33

Please sign in to comment.