Skip to content

Commit

Permalink
ssh portal check
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Mar 5, 2024
1 parent bf810dc commit 944de07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ install-lagoon-core: install-minio
$$([ $(OVERRIDE_BUILD_DEPLOY_DIND_IMAGE) ] && echo '--set buildDeployImage.default.image=$(OVERRIDE_BUILD_DEPLOY_DIND_IMAGE)') \
$$([ $(DISABLE_CORE_HARBOR) ] && echo '--set api.additionalEnvs.DISABLE_CORE_HARBOR=$(DISABLE_CORE_HARBOR)') \
$$([ $(OPENSEARCH_INTEGRATION_ENABLED) ] && echo '--set api.additionalEnvs.OPENSEARCH_INTEGRATION_ENABLED=$(OPENSEARCH_INTEGRATION_ENABLED)') \
$$([ $(ENABLE_SSH_PORTAL) ] && echo '--set .sshPortalAPI.enabled=$(ENABLE_SSH_PORTAL)') \
$$([ $(ENABLE_SSH_PORTAL) ] && echo '--set .nats.enabled=$(ENABLE_SSH_PORTAL)') \
$$([ $(ENABLE_SSH_PORTAL) ] && echo '--set sshPortalAPI.enabled=$(ENABLE_SSH_PORTAL)') \
$$([ $(ENABLE_SSH_PORTAL) ] && echo '--set nats.enabled=$(ENABLE_SSH_PORTAL)') \
--set "keycloakFrontEndURL=http://lagoon-keycloak.$$($(KUBECTL) get nodes -o jsonpath='{.items[0].status.addresses[0].address}').nip.io:32080" \
--set "lagoonAPIURL=http://lagoon-api.$$($(KUBECTL) get nodes -o jsonpath='{.items[0].status.addresses[0].address}').nip.io:32080/graphql" \
--set actionsHandler.image.repository=$(IMAGE_REGISTRY)/actions-handler \
Expand Down Expand Up @@ -235,8 +235,8 @@ install-lagoon-remote: install-lagoon-build-deploy install-lagoon-core install-m
--wait \
--timeout $(TIMEOUT) \
--values ./charts/lagoon-remote/ci/linter-values.yaml \
$$([ $(ENABLE_SSH_PORTAL) ] && echo '--set .sshPortal.enabled=$(ENABLE_SSH_PORTAL)') \
$$([ $(ENABLE_SSH_PORTAL) ] && echo '--set .nats.enabled=$(ENABLE_SSH_PORTAL)') \
$$([ $(ENABLE_SSH_PORTAL) ] && echo '--set sshPortal.enabled=$(ENABLE_SSH_PORTAL)') \
$$([ $(ENABLE_SSH_PORTAL) ] && echo '--set nats.enabled=$(ENABLE_SSH_PORTAL)') \
--set "lagoon-build-deploy.enabled=false" \
--set "dockerHost.registry=registry.$$($(KUBECTL) get nodes -o jsonpath='{.items[0].status.addresses[0].address}').nip.io:32080" \
--set "dbaas-operator.mariadbProviders.development.environment=development" \
Expand Down

0 comments on commit 944de07

Please sign in to comment.