Skip to content

Commit

Permalink
addl PR review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
copelco committed Feb 25, 2020
1 parent 0a9d9d0 commit 8732472
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ k8s_letsencrypt_email: ''

k8s_echotest_state: present
k8s_echotest_hostname: 'echotest.caktus-built.com'
k8s_echotest_letsencrypt_issuer: 'letsencrypt-staging'
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

# cert-manager install process adapted from:
# https://docs.cert-manager.io/en/latest/getting-started/install/kubernetes.html#installing-with-regular-manifests
# https://cert-manager.io/docs/installation/kubernetes/#installing-with-regular-manifests
- name: Create namespace for cert-manager
k8s:
context: "{{ k8s_context }}"
Expand Down
2 changes: 1 addition & 1 deletion templates/echotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ metadata:
namespace: echoserver
annotations:
kubernetes.io/ingress.class: "nginx"
certmanager.k8s.io/cluster-issuer: "letsencrypt-production"
certmanager.k8s.io/cluster-issuer: "{{ k8s_echotest_letsencrypt_issuer }}"
spec:
tls:
- hosts:
Expand Down

0 comments on commit 8732472

Please sign in to comment.