From d44f75ac4ed16a7c4a9274695e7ccb3991eb5c30 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Thu, 9 Apr 2026 12:37:02 +0300 Subject: [PATCH] add dashboard --- .../patches/clusterissuer-letsencrypt-istio.yaml | 4 ++++ .../infrastructure/patches/clusterissuer-letsencrypt.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/clusters/yc-k8s-test/infrastructure/patches/clusterissuer-letsencrypt-istio.yaml b/clusters/yc-k8s-test/infrastructure/patches/clusterissuer-letsencrypt-istio.yaml index c1bf6f6..a280005 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/clusterissuer-letsencrypt-istio.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/clusterissuer-letsencrypt-istio.yaml @@ -12,3 +12,7 @@ spec: - http01: ingress: class: istio + podTemplate: + spec: + imagePullSecrets: + - name: regcred diff --git a/clusters/yc-k8s-test/infrastructure/patches/clusterissuer-letsencrypt.yaml b/clusters/yc-k8s-test/infrastructure/patches/clusterissuer-letsencrypt.yaml index 60c3cdf..8fda70a 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/clusterissuer-letsencrypt.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/clusterissuer-letsencrypt.yaml @@ -12,3 +12,7 @@ spec: - http01: ingress: class: nginx + podTemplate: + spec: + imagePullSecrets: + - name: regcred