Skip to content

Commit ba48cb7

Browse files
authored
fix(deploy-on-kind): increase timeout for Helm deployment (#4142)
* increase timeout took more than the default `5m` (see https://helm.sh/docs/intro/using_helm/#helpful-options-for-installupgraderollback) to run the `post-install`-hook. * Update install-korifi-kind.yaml
1 parent f72562d commit ba48cb7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/deploy-on-kind.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ function deploy_korifi() {
212212
--set=experimental.securityGroups.enabled="true" \
213213
--set=experimental.managedServices.trustInsecureBrokers="true" \
214214
--set=api.list.defaultPageSize="5000" \
215+
--timeout="15m" \
215216
--wait
216217
}
217218
popd >/dev/null

scripts/installer/install-korifi-kind.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ spec:
118118
--set=networking.gatewayPorts.https="32443" \
119119
--set=experimental.managedServices.enabled="true" \
120120
--set=experimental.managedServices.trustInsecureBrokers="true" \
121+
--timeout="15m" \
121122
--wait
122123
123124
kubectl wait --for=condition=ready clusterbuilder --all=true --timeout=15m

0 commit comments

Comments
 (0)