Skip to content

Commit

Permalink
adjust for public repo #5
Browse files Browse the repository at this point in the history
  • Loading branch information
syan-tibco committed Jun 5, 2024
1 parent a5d86bb commit be702b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ options:
- name: "GUI_GITHUB_TOKEN"
type: string
guiType: input
required: true
required: false
reference: "meta.guiEnv.GUI_GITHUB_TOKEN"
description: "The github token"
- name: "GUI_CP_ADMIN_EMAIL"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ options:
type: string
guiType: input
reference: "meta.guiEnv.GUI_GITHUB_TOKEN"
required: true
required: false
description: "The github token for the private repo"
- name: "GUI_DP_CONFIG_CHART_VERSION"
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ meta:
note: "deploy-cp-on-prem"
# github
GUI_GITHUB_TOKEN: ""
GUI_CP_CHART_REPO: ""
GUI_CP_ADMIN_EMAIL: "cp-test@tibco.com"
# env
GUI_CP_INSTANCE_ID: cp1
Expand All @@ -28,9 +29,9 @@ meta:
PIPELINE_LOG_DEBUG: false
PIPELINE_CHECK_DOCKER_STATUS: false
# GitHub credentials
GITHUB_TOKEN: "${GUI_GITHUB_TOKEN}" # You need to set GITHUB_TOKEN for local use. For pipeline, it will be set by pipeline
GITHUB_TOKEN: "${GUI_GITHUB_TOKEN}" # You need to set GITHUB_TOKEN for private repo
GITHUB_USER_NAME: ${GUI_GITHUB_USER_NAME:-"cp-test"}
CP_CHART_REPO: https://tibcosoftware.github.io/tp-helm-charts
CP_CHART_REPO: ${GUI_CP_CHART_REPO:-"https://tibcosoftware.github.io/tp-helm-charts"}
# env
CP_INSTANCE_ID: ${GUI_CP_INSTANCE_ID:-"cp1"}
CP_PROVIDER: local # deployment target. Example: aws, azure, local.
Expand Down

0 comments on commit be702b0

Please sign in to comment.