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