File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ HELMBROKER_PASSWORD=$(cat /proc/sys/kernel/random/uuid)
128128echo -e " \\ 033[32m---> Start installing helmbroker...\\ 033[0m"
129129
130130helm 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:
151152spec:
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}
155156EOF
156157
157158BUILDER_IP=$( kubectl get svc drycc-builder -n drycc -o=" jsonpath={.status.loadBalancer.ingress[0].ip}" )
You can’t perform that action at this time.
0 commit comments