1
0
Fork 0
Commit Graph

2 Commits (12773c7fd2207af8a8b13da44557f9663f33a946)

Author SHA1 Message Date
Dustin cf7ec7dd64 postgresql: Fix pod secrets
When migrating the `pod-secrets` Secret to a SealedSecret, I
accidentally created it using the `--from-file` instead of
`--from-env-file` argument to `kubectl secret create generic`.  This had
the effect of creating a single key named `pod.secrets` with the entire
contents of the file as its value.  This broke backups to MinIO, since
the PostgreSQL containers could no longer read the credentials from the
environment.  Regenerating the SealedSecret with the correct arguments
resolves this issue.
2023-10-19 07:12:16 -05:00
Dustin c23aa38eff postgresql: Migrate to Sealed Secrets 2023-10-14 21:28:32 -05:00