Skip to content

Commit 4bf85c5

Browse files
committed
BUG: ci: Fixes KEDA core install
Signed-off-by: Dinko Korunic <dkorunic@haproxy.com>
1 parent 3212ecc commit 4bf85c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/install_charts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ install_local_path_provisioner() {
6161
}
6262

6363
install_keda() {
64-
docker_exec kubectl apply -f "https://github.com/kedacore/keda/releases/download/v${KEDA_VERSION}/keda-${KEDA_VERSION}-core.yaml" || true
64+
docker_exec kubectl apply --server-side -f "https://github.com/kedacore/keda/releases/download/v${KEDA_VERSION}/keda-${KEDA_VERSION}-core.yaml" || true
6565
}
6666

6767
install_charts() {

0 commit comments

Comments
 (0)