Skip to content

Commit

Permalink
fix: Fix global tag parsing for helm chart (#5450)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Jan 10, 2024
1 parent f2a7b0f commit edf4102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/karpenter/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ data:
aws.interruptionQueueName: "{{ . }}"
{{- end }}
{{- with .Values.settings.aws.tags }}
aws.tags: "{{ . }}"
aws.tags: {{ . | toJson | quote }}
{{- end }}
{{- with .Values.settings.aws.reservedENIs }}
aws.reservedENIs: "{{ . }}"
Expand Down

0 comments on commit edf4102

Please sign in to comment.