mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +00:00
add(kafka-operator)
This commit is contained in:
parent
cb3977bf9a
commit
e3dcce9706
2 changed files with 7 additions and 0 deletions
|
@ -29,3 +29,9 @@ apps:
|
|||
namespace: redis-operator
|
||||
chart: redis-operator
|
||||
targetRevision: 0.16.4
|
||||
|
||||
- name: kafka-operator
|
||||
repoURL: https://strimzi.io/charts
|
||||
namespace: kafka-operator
|
||||
chart: strimzi-kafka-operator
|
||||
targetRevision: 0.41.0
|
||||
|
|
1
projects/services/values/kafka-operator.yml
Normal file
1
projects/services/values/kafka-operator.yml
Normal file
|
@ -0,0 +1 @@
|
|||
watchAnyNamespace: true
|
Loading…
Reference in a new issue