Skip to content

Commit

Permalink
bpr: fix templating bug on helm when cniconfig is enabled (#2983)
Browse files Browse the repository at this point in the history
Co-authored-by: bpramanick <bpramanick@slack-corp.com>
  • Loading branch information
FatPudgeB93 and bpramanick authored Jul 10, 2024
1 parent 19ec2d2 commit 110c30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aws-vpc-cni/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
{{ include "aws-vpc-cni.labels" . | indent 4 }}
binaryData:
10-aws.conflist: {{ .Values.cniConfig.fileContents | b64enc }}
{{- end -}}
{{- end }}
---
apiVersion: v1
kind: ConfigMap
Expand Down

0 comments on commit 110c30d

Please sign in to comment.