Access only to reconcile, suspend, resume helmrelease #5911
Answered
by
matheuscscp
sov-msaeed
asked this question in
General
|
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 ? |
Answered by
matheuscscp
Jun 4, 2026
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 |
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@sov-msaeed We added this feature for you, will be shipped in the next Flux Operator version: controlplaneio-fluxcd/flux-operator#882