Fix ingress annotations, and namespace

Change-Id: I96d5e0e72813cc0678f9c2712c9146b52761e783
This commit is contained in:
okozachenko 2020-05-26 15:23:48 +03:00
parent ad9e26f142
commit f6d5b03992
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: