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

Added felixConfig values to be added from values.yaml file #369

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

rbrtbnfgl
Copy link
Contributor

Removed the static values on felixconfig.yaml to dynamically get them from the values.yaml file to fix #368

@rbrtbnfgl rbrtbnfgl requested a review from a team as a code owner August 25, 2023 14:06
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>
Comment on lines -59 to -60
+ failsafeInboundHostPorts: ""
+ failsafeOutboundHostPorts: ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you remove these two, they will not be able to be set via helm

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes you can with the new logic you can specify whatever value you want through helm.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, got it, thanks. The problem is that in Rancher UI, users will not be able to see what parameters can be changed, only the ones in values. So it is good if we keep the most common ones

@rbrtbnfgl rbrtbnfgl merged commit 4033b0f into rancher:main-source Aug 28, 2023
1 check passed
@rbrtbnfgl rbrtbnfgl deleted the felixConfig branch August 28, 2023 08:55
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.

4 participants