fix(ollama): update to standard kustomize patches format and target ollama namespace
This commit is contained in:
@@ -21,5 +21,5 @@ helmCharts:
|
|||||||
valuesFile: openweb-ui-values.yaml
|
valuesFile: openweb-ui-values.yaml
|
||||||
includeCRDs: true
|
includeCRDs: true
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patches:
|
||||||
- patch-runtimeclass.yaml
|
- path: patch-runtimeclass.yaml
|
||||||
@@ -2,6 +2,7 @@ apiVersion: apps/v1
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: ollama
|
name: ollama
|
||||||
|
namespace: ollama
|
||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
Reference in New Issue
Block a user