1534abf6ad
This commit removes the relationship between the multi-tenant and airship-core types. Since the airship-core type deploys LMA, adding an LMA sub-cluster to the multi-tenant type would result in deployment of the LMA stack twice if the inheritance is not removed. Closes: #116 Signed-off-by: Drew Walters <andrew.walters@att.com> Change-Id: Ie7dd236af3836d904e41df866e0c2351b7cb0558
21 lines
549 B
YAML
21 lines
549 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../../../../airshipctl/manifests/function/k8scontrol
|
|
- dex-ca-cert-secret.yaml
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: controlplane.cluster.x-k8s.io
|
|
version: v1alpha3
|
|
kind: KubeadmControlPlane
|
|
name: "cluster-controlplane"
|
|
path: oidc-apiserver-flags_patch.json
|
|
- target:
|
|
group: controlplane.cluster.x-k8s.io
|
|
version: v1alpha3
|
|
kind: KubeadmControlPlane
|
|
name: cluster-controlplane
|
|
path: vrrp_keepalived_patch.yaml
|