From 9de9a278451ae629a861d9456a883b9f420ecf8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Thu, 12 Feb 2026 16:56:32 +0100 Subject: [PATCH] fix(atlantis): Remove secret remover --- values/atlantis/kustomize/beta/kustomization.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/values/atlantis/kustomize/beta/kustomization.yaml b/values/atlantis/kustomize/beta/kustomization.yaml index b2c6eb3c..c5633e34 100644 --- a/values/atlantis/kustomize/beta/kustomization.yaml +++ b/values/atlantis/kustomize/beta/kustomization.yaml @@ -10,12 +10,7 @@ patches: version: v1 kind: Deployment path: deployment_patch.yaml - - target: - kind: Secret - name: beta-atlantis-db-superuser - patch: |- - - op: remove - path: / + resources: - ../base - rbac.yaml