You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
4 years ago
..
_files Move GOTK diagram to docs/files 4 years ago
_static Flux Migration and Support Timetable 4 years ago
cmd Add source namespace to create commands 4 years ago
components fix links 4 years ago
contributing add symlink and make it work 5 years ago
core-concepts docs: fix link to source-controller documentation 4 years ago
dev-guides Update dev guide to controller-runtime v0.8 4 years ago
faq Fix anchor on kustomize migration link 4 years ago
get-started Merge branch 'main' into patch-1 4 years ago
guides Update gcr access token in place 4 years ago
internal Move GOTK diagram to docs/files 4 years ago
migration Flux Migration and Support Timetable 4 years ago
proposals Add Reconcile methods and TeamAccess struct. Mention ErrNotFound and ErrAlreadyExists. Add List() to TeamAccess. Rename GetTitle() to GetName() 5 years ago
roadmap Flux Migration and Support Timetable 4 years ago
use-cases fix links 4 years ago
index.md Move GOTK diagram to docs/files 4 years ago