Skip to content

Commit 6ff6b44

Browse files
committed
fix templates
1 parent ce76ac9 commit 6ff6b44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/addons/cluster-object-store/cluster-object-store.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
credentialsRef:
1515
name: ${CLUSTER_NAME}-credentials
1616
region: ${OBJ_BUCKET_REGION:=${LINODE_REGION}}
17-
forceDeleteBucket: ${FORCE_DELETE_OBJ_BUCKETS}:=false}
17+
forceDeleteBucket: ${FORCE_DELETE_OBJ_BUCKETS:=false}
1818
---
1919
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2
2020
kind: LinodeObjectStorageKey

templates/addons/etcd-backup-restore/linode-obj.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
name: ${CLUSTER_NAME}-credentials
1616
accessKeyRef:
1717
name: ${CLUSTER_NAME}-etcd-backup-mgmt
18-
forceDeleteBucket: ${FORCE_DELETE_OBJ_BUCKETS}:=false}
18+
forceDeleteBucket: ${FORCE_DELETE_OBJ_BUCKETS:=false}
1919
region: ${OBJ_BUCKET_REGION:=${LINODE_REGION}}
2020
---
2121
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2

0 commit comments

Comments
 (0)