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