Update template and update script
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
c0ceae535e
commit
beff055784
21 changed files with 643 additions and 71 deletions
|
|
@ -24,8 +24,8 @@
|
|||
namespace: kube-system
|
||||
type: Opaque
|
||||
stringData:
|
||||
token: "{{ LINODE_TOKEN }}"
|
||||
region: "{{ LINODE_REGION }}"
|
||||
token: "{{ LINODE_TOKEN | default('token_missing')}}"
|
||||
region: "{{ LINODE_REGION | default('token_missing')}}"
|
||||
|
||||
- name: linode-storage need to be {{ storage_linode_state }}
|
||||
k8s:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue