Merge pull request #3799 from the-it-jaeger/patch-1

Make branch name dynamic when using --set privateCA=true
This commit is contained in:
Billy Tat
2022-01-18 21:33:45 -08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -231,7 +231,7 @@ helm install rancher rancher-<CHART_REPO>/rancher \
If you are using a Private CA signed certificate , add `--set privateCA=true` to the command: If you are using a Private CA signed certificate , add `--set privateCA=true` to the command:
``` ```
helm install rancher rancher-latest/rancher \ helm install rancher rancher-<CHART_REPO>/rancher \
--namespace cattle-system \ --namespace cattle-system \
--set hostname=rancher.my.org \ --set hostname=rancher.my.org \
--set ingress.tls.source=secret \ --set ingress.tls.source=secret \
@@ -245,7 +245,7 @@ helm install rancher rancher-<CHART_REPO>/rancher \
If you are using a Private CA signed certificate , add `--set privateCA=true` to the command: If you are using a Private CA signed certificate , add `--set privateCA=true` to the command:
``` ```
helm install rancher rancher-latest/rancher \ helm install rancher rancher-<CHART_REPO>/rancher \
--namespace cattle-system \ --namespace cattle-system \
--set hostname=rancher.my.org \ --set hostname=rancher.my.org \
--set ingress.tls.source=secret \ --set ingress.tls.source=secret \
@@ -234,7 +234,7 @@ helm install rancher rancher-<CHART_REPO>/rancher \
If you are using a Private CA signed certificate , add `--set privateCA=true` to the command: If you are using a Private CA signed certificate , add `--set privateCA=true` to the command:
``` ```
helm install rancher rancher-latest/rancher \ helm install rancher rancher-<CHART_REPO>/rancher \
--namespace cattle-system \ --namespace cattle-system \
--set hostname=rancher.my.org \ --set hostname=rancher.my.org \
--set bootstrapPassword=admin \ --set bootstrapPassword=admin \