fix(atlantis): Staging should use app instead of superuser secret
This commit is contained in:
@@ -26,12 +26,12 @@ env:
|
|||||||
- name: DB_USER
|
- name: DB_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: staging-atlantis-db-superuser
|
name: staging-atlantis-db-app
|
||||||
key: username
|
key: username
|
||||||
- name: DB_PASSWORD
|
- name: DB_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: staging-atlantis-db-superuser
|
name: staging-atlantis-db-app
|
||||||
key: password
|
key: password
|
||||||
- name: DAPR_API_TOKEN
|
- name: DAPR_API_TOKEN
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user