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