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 df718d4 commit f5e267eCopy full SHA for f5e267e
templates/addons/etcd-backup-restore/linode-obj.yaml
@@ -11,6 +11,8 @@ metadata:
11
cluster.x-k8s.io/cluster-name: ${CLUSTER_NAME}
12
name: ${CLUSTER_NAME}-etcd-backup
13
spec:
14
+ credentialsRef:
15
+ name: ${CLUSTER_NAME}-credentials
16
region: ${OBJ_BUCKET_REGION:=${LINODE_REGION}}
17
---
18
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
@@ -25,6 +27,8 @@ metadata:
25
27
26
28
29
30
31
32
bucketAccess:
33
- bucketName: ${CLUSTER_NAME}-etcd-backup
34
permissions: read_write
0 commit comments