Skip to content

Commit d71417e

Browse files
alanbchristiea.b.christie
andauthored
Scaleway (#5)
* feat: Initial scaleway logic * fix: New sensitive file * fix: Fix kubeconfig variable --------- Co-authored-by: a.b.christie <alan.christie@matildapeak.com>
1 parent ca6ebf8 commit d71417e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

roles/ess/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- name: Prep
44
include_tasks: prep.yaml
55
vars:
6-
kubeconfig: "{{ dt_kubeconfig }}"
6+
kubeconfig: "{{ ess_kubeconfig }}"
77

88
# The 'installation' must also be set.
99

roles/ess/vars/main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ess_ingress_class: nginx
88
# and 'letsencrypt-nginx-production'
99
ess_cert_manager_issuer_base: letsencrypt-{{ ess_ingress_class }}
1010

11+
# Optional KUBECONFIG
12+
ess_kubeconfig: ''
13+
1114
# The RabbitMQ port
1215
ess_rmq_port: 5672
1316

0 commit comments

Comments
 (0)