Change api version of cert manager (#94)
* change apiVersion cert-manager * change apiVersion kustomization.yaml
This commit is contained in:
parent
729f5fde81
commit
e8a7733ee7
|
|
@ -1,7 +1,7 @@
|
||||||
# The following manifests contain a self-signed issuer CR and a certificate CR.
|
# The following manifests contain a self-signed issuer CR and a certificate CR.
|
||||||
# More document can be found at https://docs.cert-manager.io
|
# More document can be found at https://docs.cert-manager.io
|
||||||
# WARNING: Targets CertManager 0.11 check https://docs.cert-manager.io/en/latest/tasks/upgrading/index.html for breaking changes
|
# WARNING: Targets CertManager 0.11 check https://docs.cert-manager.io/en/latest/tasks/upgrading/index.html for breaking changes
|
||||||
apiVersion: cert-manager.io/v1alpha2
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Issuer
|
kind: Issuer
|
||||||
metadata:
|
metadata:
|
||||||
name: selfsigned-issuer
|
name: selfsigned-issuer
|
||||||
|
|
@ -9,7 +9,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
selfSigned: {}
|
selfSigned: {}
|
||||||
---
|
---
|
||||||
apiVersion: cert-manager.io/v1alpha2
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
name: serving-cert # this name should match the one appeared in kustomizeconfig.yaml
|
name: serving-cert # this name should match the one appeared in kustomizeconfig.yaml
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ vars:
|
||||||
objref:
|
objref:
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
group: cert-manager.io
|
group: cert-manager.io
|
||||||
version: v1alpha2
|
version: v1
|
||||||
name: serving-cert # this name should match the one in certificate.yaml
|
name: serving-cert # this name should match the one in certificate.yaml
|
||||||
fieldref:
|
fieldref:
|
||||||
fieldpath: metadata.namespace
|
fieldpath: metadata.namespace
|
||||||
|
|
@ -58,7 +58,7 @@ vars:
|
||||||
objref:
|
objref:
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
group: cert-manager.io
|
group: cert-manager.io
|
||||||
version: v1alpha2
|
version: v1
|
||||||
name: serving-cert # this name should match the one in certificate.yaml
|
name: serving-cert # this name should match the one in certificate.yaml
|
||||||
- name: SERVICE_NAMESPACE # namespace of the service
|
- name: SERVICE_NAMESPACE # namespace of the service
|
||||||
objref:
|
objref:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue