...
1apiVersion: v1
2kind: ConfigMap
3metadata:
4 name: pinitctl
5data:
6 ARTIFACT_REGISTRIES: |-
7 - projectID: ${platform_infra_gcp_project_id}
8 location: us-east1
9 resourceID: thirdparty
10 - projectID: ${platform_infra_gcp_project_id}
11 location: us-east1
12 resourceID: workloads
13 - projectID: ret-edge-pltf-infra
14 location: us-east1
15 resourceID: gcr-io-proxy
16 - projectID: ret-edge-pltf-infra
17 location: us-east1
18 resourceID: ghcr-io-proxy
19 - projectID: ret-edge-pltf-infra
20 location: us-east1
21 resourceID: index-docker-io-proxy
22 - projectID: ret-edge-pltf-infra
23 location: us-east1
24 resourceID: quay-io-proxy
25 - projectID: ret-edge-pltf-infra
26 location: us-east1
27 resourceID: registry-k8s-io-proxy
28 GCP_REGION: ${gcp_region}
View as plain text