Skip to content
Snippets Groups Projects
Verified Commit 98f0bb03 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(system-upgrade): Fix typo in path name

parent 175f3a03
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ stringData: ...@@ -31,7 +31,7 @@ stringData:
#!/bin/bash #!/bin/bash
set -e set -e
set -x set -x
secrets="/run/system-upgrade/secrets/" secrets="/run/system-upgrade/secrets"
chroot /host sh "$secrets/setup-copr.sh" chroot /host sh "$secrets/setup-copr.sh"
if ! /host/usr/bin/kubectl get pods -n kube-system -o yaml | grep kube-apiserver:v1.21.10; then if ! /host/usr/bin/kubectl get pods -n kube-system -o yaml | grep kube-apiserver:v1.21.10; then
chroot /host sh "$secrets/kubernetes-upgrade.sh" "first" chroot /host sh "$secrets/kubernetes-upgrade.sh" "first"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment