You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `configuration.database.config.postgres.password` | Config Postgres password - supports plaintext. When `passwordRef.key` is set, this field is ignored and the external Secret is used instead. | `asgthunder` |
| `configuration.database.config.postgres.password` | Config Postgres password - supports plaintext. When `passwordRef.key` is set, this field is ignored and the external Secret is used instead. | `dbpassword` |
407
407
| `configuration.database.config.postgres.passwordRef.name` | Kubernetes Secret name for config Postgres password | `""` |
| `configuration.database.runtime.postgres.password` | Runtime Postgres password - supports plaintext. When `passwordRef.key` is set, this field is ignored and the external Secret is used instead. | `asgthunder` |
| `configuration.database.runtime.postgres.password` | Runtime Postgres password - supports plaintext. When `passwordRef.key` is set, this field is ignored and the external Secret is used instead. | `dbpassword` |
424
424
| `configuration.database.runtime.postgres.passwordRef.name` | Kubernetes Secret name for runtime Postgres password | `""` |
| `configuration.database.user.postgres.password` | User Postgres password - supports plaintext. When `passwordRef.key` is set, this field is ignored and the external Secret is used instead. | `asgthunder` |
| `configuration.database.user.postgres.password` | User Postgres password - supports plaintext. When `passwordRef.key` is set, this field is ignored and the external Secret is used instead. | `dbpassword` |
448
448
| `configuration.database.user.postgres.passwordRef.name` | Kubernetes Secret name for user Postgres password | `""` |
449
449
| `configuration.database.user.postgres.passwordRef.key` | Kubernetes Secret key for user Postgres password | `""` |
0 commit comments