From 229222ff1dacf40d61567b728ff2d11ec1a2e4b4 Mon Sep 17 00:00:00 2001 From: peefy Date: Mon, 5 Feb 2024 16:31:04 +0800 Subject: [PATCH] fix: kustomize image name Signed-off-by: peefy --- config/manager/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/manager/deployment.yaml b/config/manager/deployment.yaml index 8928b4e..4aee7a8 100644 --- a/config/manager/deployment.yaml +++ b/config/manager/deployment.yaml @@ -20,7 +20,7 @@ spec: terminationGracePeriodSeconds: 10 containers: - name: manager - image: ghcr.io/kcl-lang/kcl-controller:latest + image: kcl-controller imagePullPolicy: Always securityContext: allowPrivilegeEscalation: false