Skip to content

Commit

Permalink
fix keda chart deployment smoketest check missing ns (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Wozniak <[email protected]>
  • Loading branch information
wozniakjan authored and Kedify Bot committed Aug 20, 2024
1 parent 8b95d86 commit 9c62a89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
helm template ./keda \
-n keda \
--set customManagedBy=kedify | kubectl apply --server-side --force-conflicts -f -
kubectl wait --timeout=300s --for=condition=Available deployment/keda-operator
kubectl wait --timeout=300s --for=condition=Available deployment/keda-admission-webhooks
kubectl wait --timeout=300s --for=condition=Available deployment/keda-operator-metrics-apiserver
kubectl wait --timeout=300s -nkeda --for=condition=Available deployment/keda-operator
kubectl wait --timeout=300s -nkeda --for=condition=Available deployment/keda-admission-webhooks
kubectl wait --timeout=300s -nkeda --for=condition=Available deployment/keda-operator-metrics-apiserver
kubectl wait --timeout=300s -nkeda --for=condition=ready pod -lapp.kubernetes.io/name=keda-admission-webhooks
kubectl wait --timeout=300s -nkeda --for=condition=ready pod -lapp.kubernetes.io/name=keda-operator-metrics-apiserver
kubectl wait --timeout=300s -nkeda --for=condition=ready pod -lapp.kubernetes.io/name=keda-operator
Expand Down

0 comments on commit 9c62a89

Please sign in to comment.