treasuremap/manifests/function/k8scontrol-ha/dex-ca-cert-secret.yaml
Drew Walters 1534abf6ad Remove multi-tenant type inheritance
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
2021-05-18 20:54:48 +00:00

13 lines
475 B
YAML

# Certificate Authority to be used to generate certificates for Dex
# By cert-manager in the Target-cluster. Also this CA will be used by API server
apiVersion: v1
kind: Secret
metadata:
name: dex-apiserver-secret
labels:
clusterctl.cluster.x-k8s.io/move: "true"
type: kubernetes.io/tls
data:
tls.crt: "target-cluster-ca certificate will be copied by replacement transformer"
tls.key: "target-cluster-ca certificate key will be copied by replacement transformer"