From 6e108f3aae4d5fa5788640f8bd8b3407e1425c13 Mon Sep 17 00:00:00 2001 From: Mike Hume Date: Mon, 8 Jul 2019 14:06:48 -0700 Subject: [PATCH] Small url fixes (#82) --- charts/argo-cd/templates/NOTES.txt | 2 +- charts/argo-cd/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argo-cd/templates/NOTES.txt b/charts/argo-cd/templates/NOTES.txt index ecd1f64b..36ade656 100644 --- a/charts/argo-cd/templates/NOTES.txt +++ b/charts/argo-cd/templates/NOTES.txt @@ -5,7 +5,7 @@ In order to access the server UI you have the following options: and then open the browser on http://localhost:8080 and accept the certificate 2. enable ingress and check the first option ssl passthrough: - https://github.com/argoproj/argo-cd/blob/master/docs/ingress.md#option-1-ssl-passthrough + https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/ingress.md#option-1-ssl-passthrough After reaching the UI the first time you can login with username: admin and the password will be the name of the server pod. You can get the pod name by running: diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 71f5c1a7..15d909dd 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -96,7 +96,7 @@ config: # # url: https://argo-cd-demo.argoproj.io # # # A dex connector configuration. See documentation on how to configure SSO: - # # https://github.com/argoproj/argo-cd/blob/master/docs/sso.md#2-configure-argocd-for-sso + # # https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/sso.md#2-configure-argo-cd-for-sso # connectors: # # GitHub example # - type: github @@ -141,7 +141,7 @@ config: rbac: # # An RBAC policy .csv file containing additional policy and role definitions. -# # See https://github.com/argoproj/argo-cd/blob/master/docs/rbac.md on how to write RBAC policies. +# # See https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md on how to write RBAC policies. # policy.csv: | # # Give all members of "my-org:team-alpha" the ability to sync apps in "my-project" # p, my-org:team-alpha, applications, sync, my-project/*, allow