FIX(app): fix PostgreSQL secret name again
- Use postgresql-password secret (actually exists)
This commit is contained in:
@@ -54,7 +54,7 @@ spec:
|
|||||||
- name: POSTGRES_PASSWORD
|
- name: POSTGRES_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: postgresql-bluemayne-password
|
name: postgresql-password
|
||||||
key: password
|
key: password
|
||||||
- name: GITEA_TOKEN
|
- name: GITEA_TOKEN
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user