mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-23 08:01:48 +00:00
It's possible to update secrets in place instead of removing and creating a new one. But what's wrong with the old way of doing things you may ask. If jobs for GCR synchronization and token refreshment lunch at the same time and they sometimes will we will get the following error: `Secret "gcr-credentials" not found` This happens because: 1. token was deleted by Token Refresh Job 2. GCR synchronization will begin and fail because there is no token 3. new token will be created. Updating the token in place fixes this issue. |
||
|---|---|---|
| .. | ||
| faq-migration.md | ||
| flux-v1-automation-migration.md | ||
| flux-v1-migration.md | ||
| helm-operator-migration.md | ||
| helmreleases.md | ||
| image-update.md | ||
| installation.md | ||
| monitoring.md | ||
| mozilla-sops.md | ||
| notifications.md | ||
| sealed-secrets.md | ||
| sortable-image-tags.md | ||
| webhook-receivers.md | ||