Skip to content

Commit 8e333e0

Browse files
committed
fix(workflow): helmbroker api HTTP 404
1 parent a01593c commit 8e333e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_scripts/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ HELMBROKER_PASSWORD=$(cat /proc/sys/kernel/random/uuid)
128128
echo -e "\\033[32m---> Start installing helmbroker...\\033[0m"
129129

130130
helm install helmbroker drycc/helmbroker \
131+
--set ingress_class="nginx" \
131132
--set platform_domain="cluster.local" \
132133
--set persistence.storageClass="longhorn" \
133134
--set persistence.size=${HELMBROKER_PERSISTENCE_SIZE:-5Gi} \
@@ -151,7 +152,7 @@ metadata:
151152
spec:
152153
relistBehavior: Duration
153154
relistRequests: 5
154-
url: http://${HELMBROKER_USERNAME}:${HELMBROKER_PASSWORD}@drycc-helmbroker.${PLATFORM_DOMAIN}
155+
url: https://${HELMBROKER_USERNAME}:${HELMBROKER_PASSWORD}@drycc-helmbroker.${PLATFORM_DOMAIN}
155156
EOF
156157

157158
BUILDER_IP=$(kubectl get svc drycc-builder -n drycc -o="jsonpath={.status.loadBalancer.ingress[0].ip}")

0 commit comments

Comments
 (0)