From f11c561f3ac83e2b9c6e553b441b21ea361d3d9a Mon Sep 17 00:00:00 2001 From: AB-UK Date: Sat, 7 Mar 2026 01:03:25 +0000 Subject: [PATCH] fix(ollama): update to standard kustomize patches format and target ollama namespace --- k8s/apps/ollama/kustomization.yaml | 4 ++-- k8s/apps/ollama/patch-runtimeclass.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/k8s/apps/ollama/kustomization.yaml b/k8s/apps/ollama/kustomization.yaml index f08cb2f..28e5c79 100644 --- a/k8s/apps/ollama/kustomization.yaml +++ b/k8s/apps/ollama/kustomization.yaml @@ -21,5 +21,5 @@ helmCharts: valuesFile: openweb-ui-values.yaml includeCRDs: true -patchesStrategicMerge: - - patch-runtimeclass.yaml \ No newline at end of file +patches: + - path: patch-runtimeclass.yaml \ No newline at end of file diff --git a/k8s/apps/ollama/patch-runtimeclass.yaml b/k8s/apps/ollama/patch-runtimeclass.yaml index 4b709d9..cce7e5c 100644 --- a/k8s/apps/ollama/patch-runtimeclass.yaml +++ b/k8s/apps/ollama/patch-runtimeclass.yaml @@ -2,6 +2,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: ollama + namespace: ollama spec: template: spec: