Dex (airship-core) Type - Treasure Map

This patchset provides the updates to the "airship-core" to add oidc
flags to the "KubeadmControlPlane" object
(airship-core/ephemeral/controlplane) as well as adding "dex-aio"
service as part of the workload part.

Change-Id: I3481b5ec82a97a187c0cf89e4bffb6d85b3e390c
This commit is contained in:
Sidney Shiba 2021-03-05 17:43:10 -06:00
parent 772b18afd9
commit 999fcae226
5 changed files with 13 additions and 0 deletions

View File

@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../../../airshipctl/manifests/function/k8scontrol
- ../../../../function/dex-aio/api-server

View File

@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../../../../airshipctl/manifests/function/k8scontrol/replacements
- ../../../../../function/dex-aio/api-server/replacements

View File

@ -3,6 +3,7 @@ resources:
- ../../../../../../airshipctl/manifests/function/hwcc
- ../../../../function/clusterctl
- ../../../../../../airshipctl/manifests/composite/flux-helm/
- ../../../../../../airshipctl/manifests/function/helm-chart-collator/
commonLabels:
airshipit.org/stage: initinfra

View File

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../../function/dex-aio/dex

View File

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../../../function/dex-aio/dex/replacements