13 lines
434 B
YAML
13 lines
434 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
helmCharts:
|
|
- includeCRDs: true
|
|
name: Kafdrop
|
|
namespace: Kafdrop
|
|
releaseName: Kafdrop
|
|
valuesFile: ./values.yaml # Path to your values.yaml file
|
|
version: 4.1.0
|
|
repo: https://github.com/obsidiandynamics/kafdrop
|
|
# repo: git+https://github.com/obsidiandynamics/kafdrop.git//chart
|
|
# repo: https://github.com/obsidiandynamics/kafdrop
|
|
# path: ./kafdrop_chart
|