-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Issue
The helm chart value sidecarConfiguration.providerArgs (present in values.yaml and also the README.md) maps to a non existent flagd arg causing the container to crash at startup.
As per this field description, it passes the arg --sync-provider-args to the flagd sidecar containers injected to workloads however, what actually happens is the container fails to startup with the error:
Error: unknown flag: --sync-provider-argsCausing it to go into a crash loop.
Context
This problem seems to exist since 2022 because flagd has not supported it since then:
- Warn when a sync provider argument is used flagd#233 (closed in 2022)
- [DOC] Start Command Flag Options flagd#402 another mention of it
Here are the actual flagd args.
Reproducing the issue
I am running the operator v0.8.9 and flagd v0.13.2 (default versions from helm chart).
Example values.yaml usage to replicate the issue:
sidecarConfiguration:
providerArgs: "<any arg>=<any value>"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels