From fb917871335800565c1ab04bfd93562cb33b6499 Mon Sep 17 00:00:00 2001 From: anders-elastisys Date: Fri, 3 Nov 2023 15:50:01 +0100 Subject: [PATCH] config: fix typo in calico-accountant helm chart --- helmfile/charts/calico-accountant/templates/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/charts/calico-accountant/templates/daemonset.yaml b/helmfile/charts/calico-accountant/templates/daemonset.yaml index 80f33e18f..81611a9f0 100644 --- a/helmfile/charts/calico-accountant/templates/daemonset.yaml +++ b/helmfile/charts/calico-accountant/templates/daemonset.yaml @@ -57,7 +57,7 @@ spec: key: etcd_cert name: calico-config {{- end }} - - name: NODE_NAME + - name: NODENAME valueFrom: fieldRef: fieldPath: spec.nodeName