Skip to content

Commit aa0a143

Browse files
Merge pull request #1111 from tjungblu/restore_static_pods
OCPBUGS-18990: restore the correct static pod list
2 parents f859fbf + 30c8c91 commit aa0a143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindata/etcd/cluster-restore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,5 @@ fi
172172

173173
# start remaining static pods
174174
if [ -z "${ETCD_RESTORE_SKIP_MOVE_CP_STATIC_PODS}" ]; then
175-
restore_static_pods "${BACKUP_FILE}" "${STATIC_POD_LIST[@]}"
175+
restore_static_pods "${BACKUP_FILE}" "${AUX_STATIC_POD_LIST[@]}"
176176
fi

pkg/operator/etcd_assets/bindata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)