11 lines
267 B
YAML
11 lines
267 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
helmCharts:
|
|
- name: ollama-helm
|
|
repo: https://otwld.github.io/ollama-helm/
|
|
version: 0.4.0
|
|
releaseName: ollama
|
|
namespace: ollama
|
|
valuesFile: ollama-values.yaml
|
|
includeCRDs: true |