We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6ebf8 commit d71417eCopy full SHA for d71417e
roles/ess/tasks/main.yaml
@@ -3,7 +3,7 @@
3
- name: Prep
4
include_tasks: prep.yaml
5
vars:
6
- kubeconfig: "{{ dt_kubeconfig }}"
+ kubeconfig: "{{ ess_kubeconfig }}"
7
8
# The 'installation' must also be set.
9
roles/ess/vars/main.yaml
@@ -8,6 +8,9 @@ ess_ingress_class: nginx
# and 'letsencrypt-nginx-production'
ess_cert_manager_issuer_base: letsencrypt-{{ ess_ingress_class }}
10
11
+# Optional KUBECONFIG
12
+ess_kubeconfig: ''
13
+
14
# The RabbitMQ port
15
ess_rmq_port: 5672
16
0 commit comments