From f77863b638d9e6b78721aa8723f92cf9b3a11c89 Mon Sep 17 00:00:00 2001 From: Muhd Iqbal Date: Wed, 21 Jun 2023 14:34:31 +0800 Subject: [PATCH] Update kustomization.yaml The latest version of kustomize may be causing this error; `error: invalid kustomization: json: cannot unmarshal string into go struct field kustomization.patches of type types.patch` --- kustom-webapp/overlays/dev/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kustom-webapp/overlays/dev/kustomization.yaml b/kustom-webapp/overlays/dev/kustomization.yaml index 21c1717e..7977c1c3 100644 --- a/kustom-webapp/overlays/dev/kustomization.yaml +++ b/kustom-webapp/overlays/dev/kustomization.yaml @@ -2,8 +2,8 @@ bases: - ../../base patches: - - replicas.yaml +- path: replicas.yaml configMapGenerator: - name: mykustom-map - env: config.properties \ No newline at end of file + env: config.properties