From 57e49b6da842e49a6e27a76b2097acfdb0049c52 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 22 Oct 2019 20:18:37 +0000 Subject: [PATCH] Revert "communishift: adjust for new cert-manager setup." This reverts commit fd510fbf1642a74f1e951c1657b9dc768b6caf07. --- files/communishift/objects/cert_api.yml | 2 +- files/communishift/objects/cert_apps.yml | 2 +- files/communishift/objects/issuer.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/communishift/objects/cert_api.yml b/files/communishift/objects/cert_api.yml index 89adbeddc4..44d6ff6ed0 100644 --- a/files/communishift/objects/cert_api.yml +++ b/files/communishift/objects/cert_api.yml @@ -1,5 +1,5 @@ --- -apiVersion: cert-manager.io/v1alpha2 +apiVersion: certmanager.k8s.io/v1alpha1 kind: Certificate metadata: name: api-certificate diff --git a/files/communishift/objects/cert_apps.yml b/files/communishift/objects/cert_apps.yml index 9c2aece1ce..a449378e9e 100644 --- a/files/communishift/objects/cert_apps.yml +++ b/files/communishift/objects/cert_apps.yml @@ -1,5 +1,5 @@ --- -apiVersion: cert-manager.io/v1alpha2 +apiVersion: certmanager.k8s.io/v1alpha1 kind: Certificate metadata: name: apps-certificate diff --git a/files/communishift/objects/issuer.yml b/files/communishift/objects/issuer.yml index e3c169850c..df3870916a 100644 --- a/files/communishift/objects/issuer.yml +++ b/files/communishift/objects/issuer.yml @@ -1,5 +1,5 @@ --- -apiVersion: cert-manager.k8s.io/v1alpha2 +apiVersion: certmanager.k8s.io/v1alpha1 kind: ClusterIssuer metadata: name: letsencrypt-production