Skip to content

Commit

Permalink
Merge pull request #1111 from tjungblu/restore_static_pods
Browse files Browse the repository at this point in the history
OCPBUGS-18990: restore the correct static pod list
  • Loading branch information
openshift-merge-robot authored Sep 14, 2023
2 parents f859fbf + 30c8c91 commit aa0a143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindata/etcd/cluster-restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,5 @@ fi

# start remaining static pods
if [ -z "${ETCD_RESTORE_SKIP_MOVE_CP_STATIC_PODS}" ]; then
restore_static_pods "${BACKUP_FILE}" "${STATIC_POD_LIST[@]}"
restore_static_pods "${BACKUP_FILE}" "${AUX_STATIC_POD_LIST[@]}"
fi
2 changes: 1 addition & 1 deletion pkg/operator/etcd_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa0a143

Please sign in to comment.