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 2c0586b commit ee4b120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install-rancher: ## Install Rancher via Helm on the k8s cluster
--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} \
--wait
Expand Down

0 comments on commit ee4b120

Please sign in to comment.