Skip to content

Commit

Permalink
Fix value pods labels
Browse files Browse the repository at this point in the history
  • Loading branch information
brayan9413 committed Jul 21, 2024
1 parent 4427b8d commit 7e5524b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/deployment-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
{{- end }}
labels:
{{- include "node-sample-api.labels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- with .Values.podLabels }}-v2
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
Expand Down

0 comments on commit 7e5524b

Please sign in to comment.