fix(atlantis): Remove secret

This commit is contained in:
2026-02-12 16:52:33 +01:00
parent 0fc78f9f01
commit 5ce6701aff
2 changed files with 10 additions and 5 deletions
@@ -10,6 +10,11 @@ patches:
version: v1
kind: Deployment
path: deployment_patch.yaml
- target:
kind: Secret
name: beta-atlantis-db-superuser
patch: |-
$patch: delete
resources:
- ../base
- rbac.yaml
@@ -1,5 +1,5 @@
apiVersion: v1
kind: Secret
metadata:
name: beta-atlantis-db-superuser
$patch: delete
- op: remove
path: /
target:
kind: Secret
name: beta-atlantis-db-superuser