Skip to content

Commit 7b288b8

Browse files
update helm chart to ensure that created eniconfig name is always a string (#3227)
1 parent 0dccb22 commit 7b288b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/aws-vpc-cni/templates/eniconfig.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
apiVersion: crd.k8s.amazonaws.com/v1alpha1
44
kind: ENIConfig
55
metadata:
6-
name: {{ $key }}
6+
name: "{{ $key }}"
77
spec:
88
{{- if $value.securityGroups }}
99
securityGroups:

0 commit comments

Comments
 (0)