Skip to content

Commit

Permalink
Fix wrong command
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 Sep 6, 2022
1 parent 9ffd5c3 commit 1341a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ if [ "$USE_MULTICLUSTER_OIDC_ENV" = true ]; then
"--set" "clusters[1].name=second-cluster"
"--set" "clusters[1].apiServiceURL=https://${ADDITIONAL_CLUSTER_IP}:6443"
"--set" "clusters[1].insecure=true"
"--set" "clusters[1].serviceToken=${kubectl --context=kind-kubeapps-ci-additional --kubeconfig=${HOME}/.kube/kind-config-kubeapps-ci-additional apply get secret kubeapps-namespace-discovery -o go-template="{{.data.token | base64decode}}"}"
"--set" "clusters[1].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}}')"
)
fi

Expand Down

0 comments on commit 1341a35

Please sign in to comment.