Skip to content

Commit

Permalink
Merge pull request #39 from caktus/cert-manager-annotation
Browse files Browse the repository at this point in the history
Update cluster-issuer annotation to new match cert-manager format
  • Loading branch information
copelco authored Feb 17, 2021
2 parents 3fa2214 + f4f2f19 commit bc400c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ caktus.django-k8s
Changes
-------

v1.0.0 on Feb 17, 2021
~~~~~~~~~~~~~~~~~~~~~~

**BACKWARDS INCOMPATIBLE CHANGES:**

* Use updated `cert-manager` annotation key: `cert-manager.io/cluster-issuer`
* Must update to [caktus.k8s-web-cluster](https://github.com/caktus/ansible-role-k8s-web-cluster) v1.0.0


v0.0.11 on Feb 2, 2021
~~~~~~~~~~~~~~~~~~~~~~
* Adds ``no_log`` to rollout commands to prevent logging of environment vars.
Expand Down
2 changes: 1 addition & 1 deletion templates/web.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ metadata:
kubernetes.io/ingress.class: nginx
nginx.org/mergeable-ingress-type: master
{% if k8s_ingress_certificate_issuer %}
certmanager.k8s.io/cluster-issuer: "{{ k8s_ingress_certificate_issuer }}"
cert-manager.io/cluster-issuer: "{{ k8s_ingress_certificate_issuer }}"
{% endif %}
spec:
tls:
Expand Down

0 comments on commit bc400c6

Please sign in to comment.