fix(atlantis): Remove secret
This commit is contained in:
@@ -10,6 +10,11 @@ patches:
|
|||||||
version: v1
|
version: v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
path: deployment_patch.yaml
|
path: deployment_patch.yaml
|
||||||
|
- target:
|
||||||
|
kind: Secret
|
||||||
|
name: beta-atlantis-db-superuser
|
||||||
|
patch: |-
|
||||||
|
$patch: delete
|
||||||
resources:
|
resources:
|
||||||
- ../base
|
- ../base
|
||||||
- rbac.yaml
|
- rbac.yaml
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v1
|
- op: remove
|
||||||
kind: Secret
|
path: /
|
||||||
metadata:
|
target:
|
||||||
name: beta-atlantis-db-superuser
|
kind: Secret
|
||||||
$patch: delete
|
name: beta-atlantis-db-superuser
|
||||||
Reference in New Issue
Block a user