Skip to content

Commit

Permalink
Add secret
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinjani committed Jan 8, 2024
1 parent 5871852 commit 2c0586b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ env:
AKS_TENANT_ID: ${{ secrets.AKS_TENANT_ID }}
GKE_PROJECT_ID: ${{ secrets.GKE_PROJECT_ID }}
PROVIDER: ${{ inputs.hosted_provider }}
RANCHER_PASSWORD: rancherpassword
RANCHER_PASSWORD: ${{ secrets.RANCHER_PASSWORD }}
RANCHER_LOG_COLLECTOR: ${{ github.workspace }}/.github/scripts/collect-rancher-logs.sh

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install-rancher-hosted-nightly-chart: ## Install Rancher via Helm with hosted pr
--create-namespace \
--set global.cattle.psp.enabled=false \
--set hostname=${RANCHER_HOSTNAME} \
--set bootstrapPassword=rancherpassword \
--set bootstrapPassword=${RANCHER_PASSWORD} \
--set replicas=1 \
--set rancherImageTag=v${RANCHER_VERSION} \
--set 'extraEnv[0].name=CATTLE_SKIP_HOSTED_CLUSTER_CHART_INSTALLATION' \
Expand Down

0 comments on commit 2c0586b

Please sign in to comment.