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

move chart to using a config file instead of env #153

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

mikemrm
Copy link
Contributor

@mikemrm mikemrm commented Aug 7, 2023

After updating event topics to be pulled from the config file, viper doesn't handle environment slices automatically so instead it stores a single string with all topics.

Changing to using a config file simplifies config changes and ensures the correct values are read.

@mikemrm mikemrm marked this pull request as ready for review August 7, 2023 22:17
@mikemrm mikemrm requested review from a team as code owners August 7, 2023 22:17
After updating event topics to be pulled from the config file, viper
doesn't handle environment slices automatically so instead it stores a
single string with all topics.

Changing to using a config file simplifies config changes and ensures
the correct values are read.

Signed-off-by: Mike Mason <[email protected]>
Copy link
Contributor

@jnschaeffer jnschaeffer left a comment

Choose a reason for hiding this comment

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

Looks reasonable.

@mikemrm mikemrm merged commit 61dde3f into infratographer:main Aug 7, 2023
@mikemrm mikemrm deleted the chart-config branch August 7, 2023 22:41
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.

2 participants