Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object Store recovery has objectStoreRecoveryCluster hardcoded as name #486

Open
majermarci opened this issue Jan 6, 2025 · 0 comments
Open

Comments

@majermarci
Copy link

In the cluster chart I had issues recovering from an s3 backup, as the externalClusters[*].name and bootstrap.recovery.source in created Cluster resource are both hardcoded to "objectStoreRecoveryCluster" value, which breaks the recovery with an error that it cannot find the backup.

This could be adressed by setting these two values to .Values.recovery.clusterName or default them the cluster's name in _bootstrap.tpl:

{{ default (include "cluster.fullname" .) .Values.recovery.clusterName }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant