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 alpha helm chart installation #307

Merged
merged 5 commits into from Nov 20, 2019
Merged

Conversation

rvmiller89
Copy link
Contributor

@rvmiller89 rvmiller89 commented Nov 20, 2019

Description

A few fixes based on the failing automation tests:

  1. New prometheus operator version introduced in Bump Chart Versions #299 seems to have added this admission webhook step that fails our helm installation. Since we're not using admission webhooks, we can disable this by setting prometheus-operator.prometheusOperator.admissionWebhooks.enabled=false.

  2. Disables tlsProxy in the new prometheus operator version as well since this was failing to start prometheus when enabled.

  3. Helm hook weights seem to expect string values, not numbers, so changing these back to strings after they were changed to numbers in Customizable annotations for setup resources #302

Testing performed
  • ci/build.sh
  • Redeploy fluentd and fluentd-events pods
  • Confirm events, logs, and metrics are coming in

@rvmiller89 rvmiller89 merged commit 2c76f53 into master Nov 20, 2019
@rvmiller89 rvmiller89 deleted the rmiller-fix-alpha-helm branch November 20, 2019 21:33
@rvmiller89 rvmiller89 mentioned this pull request Nov 20, 2019
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.

None yet

2 participants