Skip to content

Commit

Permalink
Trying new setup for CircleCI and GHA
Browse files Browse the repository at this point in the history
Signed-off-by: Rafa Castelblanque <rcastelblanq@vmware.com>
  • Loading branch information
Rafa Castelblanque committed Nov 3, 2022
1 parent f1728d2 commit 293a55c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions script/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,18 @@ if [[ -z "${GKE_BRANCH-}" && ("${TESTS_GROUP}" == "${ALL_TESTS}" || "${TESTS_GRO
--set clusters[0].apiServiceURL=https://${ADDITIONAL_CLUSTER_IP}:6443
--set clusters[0].insecure=true
--set clusters[0].serviceToken=$(kubectl --context=kind-kubeapps-ci-additional --kubeconfig=${HOME}/.kube/kind-config-kubeapps-ci-additional get secret kubeapps-namespace-discovery -o go-template='{{.data.token | base64decode}}')
--set frontend.replicaCount=1
--set dashboard.replicaCount=1
--set kubeappsapis.replicaCount=2
--set postgresql.architecture=standalone
--set postgresql.primary.persistence.enabled=false
--set postgresql.auth.password=password
--set redis.auth.password=password
--set apprepository.initialRepos[0].name=bitnami
--set apprepository.initialRepos[0].url=http://chartmuseum.chart-museum.svc.cluster.local:8080
--set apprepository.initialRepos[0].basicAuth.user=admin
--set apprepository.initialRepos[0].basicAuth.password=password
--set apprepository.globalReposNamespaceSuffix=-repos-global
--set global.postgresql.auth.postgresPassword=password
--wait)

Expand Down

0 comments on commit 293a55c

Please sign in to comment.