219b29f1a6
* add documentation for gcp provider (capg) * add manifests for gcp provider (capg) * add cluster templates for control plane and workers * add site definition to use gcp provider (capg) with control plane and workers Zuul Gate Scripts: https://review.opendev.org/#/c/749165/ Change-Id: I3ea07fcafe49fc2698d9d961222550c45b40cd66
9 lines
165 B
YAML
9 lines
165 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: manager-bootstrap-credentials
|
|
namespace: system
|
|
type: Opaque
|
|
data:
|
|
credentials.json: ${GCP_B64ENCODED_CREDENTIALS}
|