We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dccb22 commit 7b288b8Copy full SHA for 7b288b8
charts/aws-vpc-cni/templates/eniconfig.yaml
@@ -3,7 +3,7 @@
3
apiVersion: crd.k8s.amazonaws.com/v1alpha1
4
kind: ENIConfig
5
metadata:
6
- name: {{ $key }}
+ name: "{{ $key }}"
7
spec:
8
{{- if $value.securityGroups }}
9
securityGroups:
0 commit comments