46ec505fd9
* chore(deps): update dependency adguardteam/adguardhome to v0.107.67 * Update wait-for-start.sh * Update read-latest-replica-config.sh * Update values.yaml --------- Co-authored-by: bakito-renovate[bot] <205501741+bakito-renovate[bot]@users.noreply.github.com> Co-authored-by: Marc Brugger <github@bakito.ch>
6 lines
173 B
Bash
Executable File
6 lines
173 B
Bash
Executable File
#!/bin/bash
|
|
|
|
kubectl wait --for=jsonpath='{.status.phase}'=Running pod/adguardhome-sync --timeout=1m
|
|
kubectl describe pod/adguardhome-sync
|
|
kubectl logs pod/adguardhome-sync
|