FIX(k8s): correct PostgreSQL secret name
- Change postgresql-password to postgresql-root-password - Fix secret reference
This commit is contained in:
@@ -44,8 +44,8 @@ spec:
|
||||
- name: POSTGRES_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: postgresql-password
|
||||
key: postgres-password
|
||||
name: postgresql-root-password
|
||||
key: password
|
||||
- name: REDIS_URL
|
||||
value: "redis://redis:6379/0"
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user