From a31677ff0a2cf5e9d71bf967a456604cb8ecdd92 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Thu, 5 May 2022 22:52:39 +0200 Subject: [PATCH] Prefer patches to patchesJson6902 --- deploy/dev/kustomization.yaml | 2 +- deploy/prod/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/dev/kustomization.yaml b/deploy/dev/kustomization.yaml index fa6257c..eaab702 100644 --- a/deploy/dev/kustomization.yaml +++ b/deploy/dev/kustomization.yaml @@ -28,7 +28,7 @@ helmCharts: database: default postgresPassword: testme -patchesJson6902: +patches: # Patch the ingress-nginx deployment to allow it to use a service with a # namePrefix. See https://github.com/kubernetes/ingress-nginx/issues/2599#issuecomment-601170289. - target: diff --git a/deploy/prod/kustomization.yaml b/deploy/prod/kustomization.yaml index a853c2e..a475417 100644 --- a/deploy/prod/kustomization.yaml +++ b/deploy/prod/kustomization.yaml @@ -33,7 +33,7 @@ secretGenerator: files: - secrets/exporter-password -patchesJson6902: +patches: # Patch the ingress-nginx deployment to allow it to use a service with a # namePrefix. See https://github.com/kubernetes/ingress-nginx/issues/2599#issuecomment-601170289. - target: