
* Images added to clusterctl object like Providers So that repository and tag for one or all of the cert-manager components can be overriden using patch/replacement clusterctl Documentation for Image Override: https://cluster-api.sigs.k8s.io/clusterctl/configuration.html#image-overrides Change-Id: Id9de8d1967e49aeb3293f6802e51d66d598333ae Closes: #350
23 lines
592 B
YAML
23 lines
592 B
YAML
---
|
|
apiVersion: airshipit.org/v1alpha1
|
|
kind: Clusterctl
|
|
metadata:
|
|
labels:
|
|
airshipit.org/deploy-k8s: "false"
|
|
name: clusterctl-v1
|
|
init-options: {}
|
|
providers:
|
|
- name: "aws"
|
|
type: "InfrastructureProvider"
|
|
url: "/manifests/capi/infra/aws/v0.3.0"
|
|
clusterctl-repository: true
|
|
- name: "custom-infra"
|
|
type: "InfrastructureProvider"
|
|
url: "/manifests/capi/custom-infra/aws/v0.3.0"
|
|
clusterctl-repository: true
|
|
- name: "custom-airship-infra"
|
|
type: "InfrastructureProvider"
|
|
versions:
|
|
v0.3.1: functions/capi/infrastructure/v0.3.1
|
|
v0.3.2: functions/capi/infrastructure/v0.3.2
|