You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
In the cluster chart I had issues recovering from an s3 backup, as the
externalClusters[*].name
andbootstrap.recovery.source
in createdCluster
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
:The text was updated successfully, but these errors were encountered: