You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
309 B
11 lines
309 B
# Define the self-signed issuer for Kubeflow
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- cluster-issuer.yaml
|
|
labels:
|
|
- includeSelectors: true
|
|
pairs:
|
|
app.kubernetes.io/component: cert-manager
|
|
app.kubernetes.io/name: cert-manager
|
|
kustomize.component: cert-manager
|
|
|