mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
add regcred namespace propagation
This commit is contained in:
parent
e445c6689b
commit
c3f5a4285c
@ -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).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user