Skip to content

Commit

Permalink
[fix] Set kube-system namespace for generated secret
Browse files Browse the repository at this point in the history
  • Loading branch information
bcm820 committed Aug 21, 2024
1 parent 159bf1c commit ec97a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/addons/etcd-backup-restore/linode-obj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ spec:
kind: Secret
metadata:
name: ${CLUSTER_NAME}-etcd-backup-obj-key
namespace: kube-system
stringData:
bucket_name: ${CLUSTER_NAME}-etcd-backup
bucket_region: ${OBJ_BUCKET_REGION:=${LINODE_REGION}}
Expand Down

0 comments on commit ec97a6e

Please sign in to comment.