We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a215156 commit 04738e3Copy full SHA for 04738e3
templates/addons/etcd-backup-restore/linode-obj.yaml
@@ -14,7 +14,7 @@ spec:
14
credentialsRef:
15
name: ${CLUSTER_NAME}-credentials
16
accessKeyRef:
17
- name: ${CLUSTER_NAME}-etcd-backup-mgmt
+ name: ${CLUSTER_NAME}-etcdb-mgmt
18
forceDeleteBucket: ${FORCE_DELETE_OBJ_BUCKETS:=false}
19
region: ${OBJ_BUCKET_REGION:=${LINODE_REGION}}
20
---
@@ -28,7 +28,7 @@ metadata:
28
app.kubernetes.io/name: linodeobjectstoragekey
29
app.kubernetes.io/part-of: cluster-api-provider-linode
30
cluster.x-k8s.io/cluster-name: ${CLUSTER_NAME}
31
32
spec:
33
bucketAccess:
34
- bucketName: ${CLUSTER_NAME}-etcd-backup
0 commit comments