From 6a472f8fcfa85acc0790324888adc0e5d20bb2db Mon Sep 17 00:00:00 2001 From: Jorge Arias <8829064+joariasl@users.noreply.github.com> Date: Sat, 18 Oct 2025 23:43:34 -0300 Subject: [PATCH] Fix overlay ConfigMap nodeslist name typo (#2) Update name `nodelist` to `nodeslist` because is the ConfigMap name created from `base/install.yaml` --- overlays/dev/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/dev/kustomization.yaml b/overlays/dev/kustomization.yaml index 7208ae9..0139923 100644 --- a/overlays/dev/kustomization.yaml +++ b/overlays/dev/kustomization.yaml @@ -40,7 +40,7 @@ patches: # Add to the nodes list here if you change the number of replicas in statefulset - target: kind: ConfigMap - name: nodelist + name: nodeslist patch: |- - op: replace path: /data/nodes