airshipctl/manifests/function/capg/v0.3.0/kustomization.yaml
Ruslan Aliev 54256dbc70 Repair validate-site job
This job doesn't work properly since a lot of changes in the
airshipctl logic were applied. All the issues were addressed.

Change-Id: Iec6fa7e6a3aa1ab46d496a8fd63822df1f8124cc
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
Relates-To: #19
2021-02-08 23:54:57 -06:00

33 lines
919 B
YAML

namePrefix: capg-
commonLabels:
cluster.x-k8s.io/provider: "infrastructure-gcp"
bases:
- crd
- webhook # Disable this if you're not using the webhook functionality.
- default
# needs to be disabled since env variables aren't imported properly
#- data
# Enable this when conversion webhooks are implemented
#patchesJson6902:
#- target:
# group: apiextensions.k8s.io
# version: v1
# kind: CustomResourceDefinition
# name: gcpclusters.infrastructure.cluster.x-k8s.io
# path: patch_crd_webhook_namespace.yaml
#- target:
# group: apiextensions.k8s.io
# version: v1
# kind: CustomResourceDefinition
# name: gcpmachines.infrastructure.cluster.x-k8s.io
# path: patch_crd_webhook_namespace.yaml
#- target:
# group: apiextensions.k8s.io
# version: v1
# kind: CustomResourceDefinition
# name: gcpmachinetemplates.infrastructure.cluster.x-k8s.io
# path: patch_crd_webhook_namespace.yaml