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

Rename Configuration Environment Variables #4

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

ricoberger
Copy link
Owner

This commit renames the existing environment variables used to configure the Parca Operator. The environment variables now follow the following schema: "PARCA_CONTROLLER-NAME_XYZ". This should improve the configuration of the operator when we add additional controllers.

This commit also introduces a new environment variable "PARCA_SCRAPECONFIG_RECONCILIATION_INTERVAL" which can be used to set the reconciliation interval for the ParcaScrapeConfigs CRs. By default the will be reconciled every 5 minutes.

@ricoberger ricoberger added the changelog: changed Something was changed or updated label Jul 24, 2023
This commit renames the existing environment variables used to configure
the Parca Operator. The environment variables now follow the following
schema: "PARCA_CONTROLLER-NAME_XYZ". This should improve the
configuration of the operator when we add additional controllers.

This commit also introduces a new environment variable
"PARCA_SCRAPECONFIG_RECONCILIATION_INTERVAL" which can be used to set
the reconciliation interval for the ParcaScrapeConfigs CRs. By default
the will be reconciled every 5 minutes.

The Helm chart version was also updated with the adjusted environment
variables and prepared for the v0.2.0 release of the operator.
@ricoberger ricoberger force-pushed the rename-configuration-environment-variables branch from e0efaf9 to 9af5a05 Compare July 24, 2023 16:38
@ricoberger ricoberger merged commit 645dba7 into main Jul 24, 2023
2 checks passed
@ricoberger ricoberger deleted the rename-configuration-environment-variables branch July 24, 2023 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: changed Something was changed or updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant