mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-15 13:32:14 +11:00
fix: correct secret name for postgres (#335)
This commit is contained in:
parent
44fdf6659e
commit
5493c844ef
2 changed files with 3 additions and 3 deletions
|
|
@ -99,7 +99,7 @@ Modify two `password`s in `rulebooks/server/kustomization.yaml`.
|
|||
|
||||
```yaml
|
||||
...
|
||||
- name: eda-database-configuration
|
||||
- name: eda-postgres-configuration
|
||||
type: Opaque
|
||||
literals:
|
||||
- host=eda-postgres-13
|
||||
|
|
@ -210,7 +210,7 @@ configmap/eda-server-operator 0 6m37s
|
|||
NAME TYPE DATA AGE
|
||||
secret/redhat-operators-pull-secret Opaque 1 6m49s
|
||||
secret/eda-admin-password Opaque 1 4m19s
|
||||
secret/eda-database-configuration Opaque 6 4m19s
|
||||
secret/eda-postgres-configuration Opaque 6 4m19s
|
||||
secret/eda-secret-tls kubernetes.io/tls 2 4m19s
|
||||
secret/eda-db-fields-encryption-secret Opaque 1 3m9s
|
||||
```
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ secretGenerator:
|
|||
- tls.crt
|
||||
- tls.key
|
||||
|
||||
- name: eda-database-configuration
|
||||
- name: eda-postgres-configuration
|
||||
type: Opaque
|
||||
literals:
|
||||
- host=eda-postgres-13
|
||||
|
|
|
|||
Loading…
Reference in a new issue