Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmrmt committed Dec 17, 2024
1 parent f325c0b commit 983a963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.d/k8s.mk
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ k8s/vald-readreplica/deploy:
sleep 5

kubectl get pods
kubectl wait --for=condition=ready pod -l app.kubernetes.io/name=vald-readreplica --timeout=900s
kubectl wait --for=condition=ready pod -l app.kubernetes.io/name=vald-readreplica --timeout=1200s

.PHONY: k8s/vald-readreplica/delete
## delete vald-helm-operator from k8s
Expand Down

0 comments on commit 983a963

Please sign in to comment.