Merge "OIDC API Server Kustomization - airship-core Type" into v2

This commit is contained in:
Zuul 2021-03-25 00:24:26 +00:00 committed by Gerrit Code Review
commit 4c839668fd
6 changed files with 14 additions and 14 deletions

View File

@ -57,11 +57,11 @@ spec:
https: 30556
http: 30554
k8s: 8443
nodePort:
https: 30556
http: 30554
oidc:
client_id: function-kubernetes
client_secret: pUBnBOY80SnXgjibTYM9ZWNzY2xreNGQok
service:
type: NodePort
tls:
cert_manager: true
issuer:
name: dex-ca-issuer
kind: ClusterIssuer

View File

@ -2,3 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../../../../airshipctl/manifests/function/k8scontrol
- dex-apiserver/apiserver-certs-secret.yaml
patchesJson6902:
- target:
group: controlplane.cluster.x-k8s.io
version: v1alpha3
kind: KubeadmControlPlane
name: cluster-controlplane
path: dex-apiserver/oidc-apiserver-flags.json

View File

@ -2,12 +2,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../airship-core/ephemeral/controlplane
- dex-apiserver/apiserver-certs-secret.yaml
patchesJson6902:
- target:
group: controlplane.cluster.x-k8s.io
version: v1alpha3
kind: KubeadmControlPlane
name: cluster-controlplane
path: dex-apiserver/oidc-apiserver-flags.json