Skip to content

Commit

Permalink
Allow kafka topic creator to be disabled (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: prodion23 <donniepropst@Donnies-MacBook-Pro.local>
  • Loading branch information
prodion23 and prodion23 authored Oct 13, 2022
1 parent 6f4953f commit 339d6b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ appVersion: 0.1.0

dependencies:
- name: kafka-topic-creator
condition: kafka-topic-creator.enabled
repository: "https://storage.googleapis.com/hypertrace-helm-charts"
version: 0.1.9
1 change: 1 addition & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ hpa:
targetCPUUtilizationPercentage: 80

kafka-topic-creator:
enabled: true
jobName: jaeger-spans-kafka-topic-creator
helmHook: pre-install,pre-upgrade
kafka:
Expand Down

0 comments on commit 339d6b2

Please sign in to comment.