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
kind: Secret
metadata:
annotations:
kyverno/clone: "true"
name: staging-atlantis-env
type: Opaque
data:
---
# apiVersion: v1
# kind: Secret
# metadata:
# annotations:
# kyverno/clone: "true"
# name: staging-atlantis-env
# type: Opaque
# data:
# ---
apiVersion: v1
kind: Secret
metadata:
+2 -1
View File
@@ -21,7 +21,8 @@ env:
name: preprod-atlantis-redis
key: redis-password
- name: DB_HOST
value: preprod-atlantis-db-rw
value: prod-archmeister-rw.atlantis
#value: preprod-atlantis-db-rw
- name: DB_PORT
value: "5432"
- name: DB_USER