fix: fix preprod wankery

This commit is contained in:
2025-01-10 13:50:16 +01:00
parent e3c174a995
commit 089096f936
11 changed files with 40 additions and 48 deletions
+4 -4
View File
@@ -18,21 +18,21 @@ env:
- name: REDIS_PASSWORD
valueFrom:
secretKeyRef:
name: prod-atlantis-redis
name: preprod-atlantis-redis
key: redis-password
- name: DB_HOST
value: prod-atlantis-db-rw
value: preprod-atlantis-db-rw
- name: DB_PORT
value: "5432"
- name: DB_USER
valueFrom:
secretKeyRef:
name: prod-atlantis-db-superuser
name: preprod-atlantis-db-superuser
key: username
- name: DB_PASSWORD
valueFrom:
secretKeyRef:
name: prod-atlantis-db-superuser
name: preprod-atlantis-db-superuser
key: password
- name: DAPR_API_TOKEN
valueFrom: