From 163f1f9e0bb8ff9b0e5b0c009f5204ab7cb2e903 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 21 Feb 2024 12:02:10 +0100 Subject: [PATCH] fix: remove cruft secret-syncer annotations patch --- charts/redis/staging/kustomization.yaml | 6 ------ charts/redis/staging/secret_patch.yaml | 5 ----- 2 files changed, 11 deletions(-) delete mode 100644 charts/redis/staging/secret_patch.yaml diff --git a/charts/redis/staging/kustomization.yaml b/charts/redis/staging/kustomization.yaml index 93c79f6f..7746caed 100644 --- a/charts/redis/staging/kustomization.yaml +++ b/charts/redis/staging/kustomization.yaml @@ -1,9 +1,3 @@ -patches: - - target: - version: v1 - kind: Secret - name: staging-redis - path: secret_patch.yaml resources: - nodeport.yaml - ../base diff --git a/charts/redis/staging/secret_patch.yaml b/charts/redis/staging/secret_patch.yaml deleted file mode 100644 index fcb62570..00000000 --- a/charts/redis/staging/secret_patch.yaml +++ /dev/null @@ -1,5 +0,0 @@ -- op: add - path: /metadata/annotations - value: - secret-syncer.vcluster-plugin.sh/enabled: "true" - secret-syncer.vcluster-plugin.sh/destination-namespace: "atlantis"