From 59e6e9405936d09a603536ce00f51b386ad71531 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Fri, 12 Dec 2025 11:33:48 +1100 Subject: [PATCH] Fixed SCC and the n8n docker.io URL --- n8n-deployment.yaml | 2 +- scc-updates.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/n8n-deployment.yaml b/n8n-deployment.yaml index 99a4617..e7eba4b 100644 --- a/n8n-deployment.yaml +++ b/n8n-deployment.yaml @@ -55,7 +55,7 @@ spec: value: http - name: N8N_PORT value: "5678" - image: n8nio/n8n + image: docker.io/n8nio/n8n name: n8n ports: - containerPort: 5678 diff --git a/scc-updates.sh b/scc-updates.sh index 33c8bc9..1ee912e 100755 --- a/scc-updates.sh +++ b/scc-updates.sh @@ -1,2 +1,3 @@ oc create sa n8n-sa -n n8n oc adm policy add-scc-to-user anyuid -z n8n-sa -n n8n +oc adm policy add-scc-to-user privileged -z n8n-sa -n n8n