54256dbc70
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
33 lines
919 B
YAML
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
|