This commit is contained in:
parent
14aac4e33e
commit
8dd47900cf
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@
|
|||
namespace: kube-system
|
||||
type: Opaque
|
||||
stringData:
|
||||
token: "{{ LINODE_TOKEN | default('token_missing')}}"
|
||||
region: "{{ LINODE_REGION | default('token_missing')}}"
|
||||
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