fix: correct secret name for postgres (#335)

This commit is contained in:
kurokobo 2024-04-11 01:12:00 +09:00 committed by GitHub
parent 44fdf6659e
commit 5493c844ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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
```

View file

@ -13,7 +13,7 @@ secretGenerator:
- tls.crt
- tls.key
- name: eda-database-configuration
- name: eda-postgres-configuration
type: Opaque
literals:
- host=eda-postgres-13