fix: temp hack for preprod atlantis db

This commit is contained in:
2025-01-11 09:36:51 +01:00
parent a93031b11b
commit 423b9ce28c
2 changed files with 11 additions and 10 deletions
+9 -9
View File
@@ -1,12 +1,12 @@
apiVersion: v1 # apiVersion: v1
kind: Secret # kind: Secret
metadata: # metadata:
annotations: # annotations:
kyverno/clone: "true" # kyverno/clone: "true"
name: staging-atlantis-env # name: staging-atlantis-env
type: Opaque # type: Opaque
data: # data:
--- # ---
apiVersion: v1 apiVersion: v1
kind: Secret kind: Secret
metadata: metadata:
+2 -1
View File
@@ -21,7 +21,8 @@ env:
name: preprod-atlantis-redis name: preprod-atlantis-redis
key: redis-password key: redis-password
- name: DB_HOST - name: DB_HOST
value: preprod-atlantis-db-rw value: prod-archmeister-rw.atlantis
#value: preprod-atlantis-db-rw
- name: DB_PORT - name: DB_PORT
value: "5432" value: "5432"
- name: DB_USER - name: DB_USER