Files
kmsvc-manage/k8s/releases.d/00-strimzi-operator.yaml.gotmpl
T

17 lines
350 B
Go Template
Raw Normal View History

environments:
homelab:
values:
- ../environments/homelab.yaml
---
repositories:
- name: strimzi
url: https://strimzi.io/charts/
releases:
- name: strimzi-operator
namespace: {{ .Values.namespace }}
chart: strimzi/strimzi-kafka-operator
version: 0.46.0
values:
- watchNamespaces: ["{{ .Values.namespace }}"]