diff --git a/openstack_operator/templates/horizon/ingress.yml.j2 b/openstack_operator/templates/horizon/ingress.yml.j2 index e275781e..f60fb7cb 100644 --- a/openstack_operator/templates/horizon/ingress.yml.j2 +++ b/openstack_operator/templates/horizon/ingress.yml.j2 @@ -20,7 +20,7 @@ metadata: namespace: openstack annotations: cert-manager.io/cluster-issuer: "letsencrypt-prod" - cert-manager.k8s.io/cluster-issuer: "letsencrypt-prod" + certmanager.k8s.io/cluster-issuer: "letsencrypt-prod" spec: {% if spec.ingress.host is defined %} rules: diff --git a/openstack_operator/templates/keystone/ingress.yml.j2 b/openstack_operator/templates/keystone/ingress.yml.j2 index be60abe5..9caab96d 100644 --- a/openstack_operator/templates/keystone/ingress.yml.j2 +++ b/openstack_operator/templates/keystone/ingress.yml.j2 @@ -17,8 +17,8 @@ apiVersion: extensions/v1beta1 kind: Ingress metadata: name: keystone + namespace: openstack annotations: - kubernetes.io/ingress.class: "nginx" cert-manager.io/cluster-issuer: "letsencrypt-prod" certmanager.k8s.io/cluster-issuer: "letsencrypt-prod" spec: