fluxcd-flux2/docs
Mieszko Wawrzyniak a99e98ea55
Update gcr access token in place
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.
2021-03-29 15:16:18 +02:00
..
_files Move GOTK diagram to docs/files 2021-03-19 12:02:09 +02:00
_static Flux Migration and Support Timetable 2021-03-13 22:24:21 -05:00
cmd Add source namespace to create commands 2021-03-29 11:42:04 +03:00
components fix links 2021-03-26 16:28:33 +01:00
contributing add symlink and make it work 2020-07-03 14:09:30 +02:00
core-concepts docs: fix link to source-controller documentation 2021-03-09 10:16:15 +01:00
dev-guides Update dev guide to controller-runtime v0.8 2021-03-24 14:59:17 +02:00
faq Fix anchor on kustomize migration link 2021-03-04 08:56:22 -07:00
get-started Merge branch 'main' into patch-1 2021-01-15 13:55:42 +01:00
guides Update gcr access token in place 2021-03-29 15:16:18 +02:00
internal Move GOTK diagram to docs/files 2021-03-19 12:02:09 +02:00
migration Flux Migration and Support Timetable 2021-03-13 22:24:21 -05:00
proposals Add Reconcile methods and TeamAccess struct. Mention ErrNotFound and ErrAlreadyExists. Add List() to TeamAccess. Rename GetTitle() to GetName() 2020-07-14 16:39:31 +03:00
roadmap Flux Migration and Support Timetable 2021-03-13 22:24:21 -05:00
use-cases fix links 2021-03-26 16:28:33 +01:00
index.md Move GOTK diagram to docs/files 2021-03-19 12:02:09 +02:00