update kubeflow dip-catalog
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: kubeflow-self-signing-issuer
|
||||
spec:
|
||||
selfSigned: {}
|
||||
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user