...

Text file src/edge-infra.dev/config/pallets/edge/clusters/banner-infra/edge-info/edge-info.yaml

Documentation: edge-infra.dev/config/pallets/edge/clusters/banner-infra/edge-info

     1apiVersion: v1
     2kind: ConfigMap
     3metadata:
     4  name: edge-info
     5data:
     6  cluster.edge.id: ${cluster_uuid}
     7  cluster.edge.id.syncing: "true"
     8  cluster.fleet: banner-infra
     9  cluster.location: ${gcp_region}-${gcp_zone}
    10  cluster.name: banner-infra0
    11  cluster.type: gke
    12  edge.api.endpoint: https://${domain}/api/v2
    13  edge.project.id: ${foreman_gcp_project_id}
    14  foreman.project.id: ${foreman_gcp_project_id}

View as plain text