Access only to reconcile, suspend, resume helmrelease #5911
-
|
I want to let users in production trigger reconcile / suspend / resume on HelmReleases via the Flux CLI, without letting them modify the HelmRelease spec (e.g. patch spec.values via kubectl or flux CLI). From what I understand, all three actions go through a PATCH on the HelmRelease (annotation bump for reconcile, spec.suspend for suspend/resume), so granting Is that understanding correct? Is there a Flux-native way to allow these three actions only ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
|
You can do that through the Flux Operator Web UI: https://fluxoperator.dev/docs/web-ui/user-management/#flux-web-admin-role |
Beta Was this translation helpful? Give feedback.
@sov-msaeed We added this feature for you, will be shipped in the next Flux Operator version: controlplaneio-fluxcd/flux-operator#882