mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-01-09 16:49:57 +08:00
4 lines
110 B
Bash
Executable file
4 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
kubectl wait --for=jsonpath='{.status.phase}'=Succeeded pod/adguardhome-sync --timeout=1m
|