update kubeflow dip-catalog
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
approvers:
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
# Cert Manager
|
||||
|
||||
## Upgrade Cert Manager Manifests
|
||||
|
||||
```sh
|
||||
# No need to install cert-manager-crds.
|
||||
export CERT_MANAGER_VERSION='1.14.5'
|
||||
wget -O ./cert-manager/base/cert-manager.yaml "https://github.com/cert-manager/cert-manager/releases/download/v${CERT_MANAGER_VERSION}/cert-manager.yaml"
|
||||
```
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,11 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
# Manifests downloaded from:
|
||||
# https://github.com/jetstack/cert-manager/releases/download/v1.10.1/cert-manager.yaml
|
||||
- cert-manager.yaml
|
||||
|
||||
# XXX: Do NOT use the namespace transformer, as cert-manager defines resources
|
||||
# in two namespaces, 'cert-manager' and 'kube-system'.
|
||||
# For more information, see https://github.com/jetstack/cert-manager/issues/4102.
|
||||
@@ -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