Update linode from upstream
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-10-29 12:18:08 +01:00
parent f599c99ee8
commit 058d9bd8e1
21 changed files with 434 additions and 458 deletions

View file

@ -1,11 +1,4 @@
# pkg/linode-bs/deploy/kubernetes/08-cm-get-linode-id.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: get-linode-id
namespace: kube-system
labels:
app: csi-linode
data:
get-linode-id.sh: |-
#!/bin/bash -efu
@ -18,3 +11,9 @@ data:
echo "Provider ID not found"
# Exit here so that we wait for the CCM to initialize the provider ID
exit 1
kind: ConfigMap
metadata:
labels:
app: csi-linode
name: get-linode-id
namespace: kube-system