Small url fixes (#82)
This commit is contained in:
parent
6cfac41a4b
commit
6e108f3aae
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue