fix: temp hack for preprod atlantis db
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user