13 lines
282 B
YAML
13 lines
282 B
YAML
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
|
kind: Kustomization
|
||
|
|
|
||
|
|
resources: []
|
||
|
|
|
||
|
|
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
|