Change api version of cert manager (#94)

* change apiVersion cert-manager

* change apiVersion kustomization.yaml
This commit is contained in:
Tomoaki Nakagawa
2020-10-05 09:13:10 +09:00
committed by GitHub
parent 729f5fde81
commit e8a7733ee7
2 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ vars:
objref:
kind: Certificate
group: cert-manager.io
version: v1alpha2
version: v1
name: serving-cert # this name should match the one in certificate.yaml
fieldref:
fieldpath: metadata.namespace
@@ -58,7 +58,7 @@ vars:
objref:
kind: Certificate
group: cert-manager.io
version: v1alpha2
version: v1
name: serving-cert # this name should match the one in certificate.yaml
- name: SERVICE_NAMESPACE # namespace of the service
objref: