Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: remove flagdResourceEnabled #652

Merged
merged 1 commit into from
May 29, 2024
Merged

Conversation

toddbaert
Copy link
Member

@toddbaert toddbaert commented May 29, 2024

For #651, I started down the path of maintaining 2 roles and 2 rolebindings, one that controls the extra stuff we need when managerConfig.flagdResourceEnabled is enabled, but after running through some proposed tutorials and dealing with this additional complexity, I honestly think the entire idea of managerConfig.flagdResourceEnabled is not worth it. My reasoning is that it's easy to restrict the creation of flagd CR instances entirely (or instances with ingresses) through many different tools and policies, since these are not created automatically by annotations like some of our other resources. I just don't think we need to control them at the OFO install level.

Sorry @bacherfl for the wasted time here, since this was initially my idea. 😔

Fixes: #651

I tested this locally and it works as expected with Helm.

@toddbaert toddbaert requested a review from a team as a code owner May 29, 2024 19:14
@toddbaert toddbaert force-pushed the fix/remove-flagdResourceEnabled branch from fc33a8b to 51b678d Compare May 29, 2024 19:22
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
@Kavindu-Dodan
Copy link
Contributor

I am fine with removing the flagdResourceEnabled option and getting the helm release to a stable state.

@toddbaert toddbaert merged commit 640ff10 into main May 29, 2024
17 checks passed
@toddbaert toddbaert deleted the fix/remove-flagdResourceEnabled branch May 29, 2024 19:46
@github-actions github-actions bot mentioned this pull request May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm installation broken
2 participants