From c3f5a4285c24febf90be0fb6f9f2f501654c1241 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Mon, 20 Jul 2026 12:08:06 +0300 Subject: [PATCH] add regcred namespace propagation --- infrastructure.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/infrastructure.yaml b/infrastructure.yaml index 358351c..49eda42 100644 --- a/infrastructure.yaml +++ b/infrastructure.yaml @@ -6,7 +6,14 @@ current_environment: yc-k8s-test # in-cluster (see live/terragrunt.hcl providers). ++ ++ ++ ++ environments: yc-k8s-test: - namespaces: [] + namespaces: + - name: test-namespace + manage: true + image_pull_secret: true + + - name: test-namespace-2 + manage: true + image_pull_secret: true # MinIO endpoint (declarative). Exposed externally on this contour; scheme # decides TLS. Admin creds are injected from Vault (secrets/minio/admin).