Skip to content

Commit

Permalink
RHDH Configure diff OCP version v14 -test
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashkhileri committed May 23, 2024
1 parent fbed303 commit efc71a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ibm/pipelines/env_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ HELM_CHART_VALUE_FILE_NAME="values_showcase.yaml"
HELM_IMAGE_NAME=backstage
HELM_REPO_NAME=rhdh-chart
HELM_REPO_URL="https://redhat-developer.github.io/rhdh-chart"
K8S_CLUSTER_TOKEN_ENCODED=$(echo "$K8S_CLUSTER_TOKEN" | base64)

RELEASE_NAME=rhdh
RELEASE_NAME_RBAC=rhdh-rbac
Expand Down
2 changes: 2 additions & 0 deletions .ibm/pipelines/openshift-ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ set_cluster_info() {
K8S_CLUSTER_URL=$(cat /tmp/secrets/RHDH_OS_1_CLUSTER_URL)
K8S_CLUSTER_TOKEN=$(cat /tmp/secrets/RHDH_OS_1_CLUSTER_TOKEN)
fi
export K8S_CLUSTER_TOKEN_ENCODED=$(echo $K8S_CLUSTER_TOKEN | base64)
echo "debug : ${K8S_CLUSTER_TOKEN_ENCODED: -5}"
}

add_helm_repos() {
Expand Down

0 comments on commit efc71a1

Please sign in to comment.