From 3dfe98e93a0c0d6ed84a1846ebb7fa136eb7502a Mon Sep 17 00:00:00 2001 From: Naeel Date: Fri, 20 Mar 2026 22:00:20 +0300 Subject: [PATCH] =?UTF-8?q?fix(operator):=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20imagePullSecrets=20sless-registry-auth=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20pearlharbor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployments/k8s/operator.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployments/k8s/operator.yaml b/deployments/k8s/operator.yaml index edcc530..b915238 100644 --- a/deployments/k8s/operator.yaml +++ b/deployments/k8s/operator.yaml @@ -69,6 +69,8 @@ spec: app: sless-operator spec: serviceAccountName: sless-operator + imagePullSecrets: + - name: sless-registry-auth containers: - name: operator # При обновлении версии оператора — менять тег здесь (не latest!)