Skip to content

Commit

Permalink
chore: Adjust Istio Gateway Requeue Interval for E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
LeelaChacha committed Feb 12, 2025
1 parent 5c911b4 commit f18a244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-lifecycle-manager-e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ runs:
value: --istio-gateway-cert-switch-before-expiration-time=58m30s
- op: add
path: /spec/template/spec/containers/0/args/-
value: --istio-gateway-secret-requeue-success-interval=5s" >> requeue-interval-patch.yaml
value: --istio-gateway-secret-requeue-success-interval=1s" >> requeue-interval-patch.yaml
cat requeue-interval-patch.yaml
kustomize edit add patch --path requeue-interval-patch.yaml --kind Deployment
popd
Expand Down

0 comments on commit f18a244

Please sign in to comment.