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
28 lines
863 B
YAML
28 lines
863 B
YAML
# the following config is for teaching kustomize where to look at when substituting vars.
|
|
# It requires kustomize v2.1.0 or newer to work properly.
|
|
nameReference:
|
|
- kind: Service
|
|
version: v1
|
|
fieldSpecs:
|
|
- kind: MutatingWebhookConfiguration
|
|
group: admissionregistration.k8s.io
|
|
path: webhooks/clientConfig/service/name
|
|
- kind: ValidatingWebhookConfiguration
|
|
group: admissionregistration.k8s.io
|
|
path: webhooks/clientConfig/service/name
|
|
|
|
namespace:
|
|
- kind: MutatingWebhookConfiguration
|
|
group: admissionregistration.k8s.io
|
|
path: webhooks/clientConfig/service/namespace
|
|
create: true
|
|
- kind: ValidatingWebhookConfiguration
|
|
group: admissionregistration.k8s.io
|
|
path: webhooks/clientConfig/service/namespace
|
|
create: true
|
|
|
|
varReference:
|
|
- path: metadata/annotations
|
|
- kind: Deployment
|
|
path: spec/template/spec/volumes/secret/secretName
|