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