add regcred namespace propagation

This commit is contained in:
Kochetkov S 2026-07-20 12:08:06 +03:00
parent e445c6689b
commit c3f5a4285c

View File

@ -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).