Too few spaces before comment
This commit is contained in:
parent
7653eae9d6
commit
00668adc93
1 changed files with 6 additions and 6 deletions
|
@ -98,8 +98,8 @@ route:
|
||||||
certificate:
|
certificate:
|
||||||
enabled: false
|
enabled: false
|
||||||
issuer:
|
issuer:
|
||||||
kind: # ClusterIssuer
|
kind: # ClusterIssuer
|
||||||
name: # letsencrypt
|
name: # letsencrypt
|
||||||
|
|
||||||
clusterAdminAccess:
|
clusterAdminAccess:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -151,7 +151,7 @@ config:
|
||||||
# orgs:
|
# orgs:
|
||||||
# - name: your-github-org
|
# - name: your-github-org
|
||||||
# teams:
|
# teams:
|
||||||
url: # https://argocd.example.com/
|
url: # https://argocd.example.com/
|
||||||
oidcConfig:
|
oidcConfig:
|
||||||
# name: Okta
|
# name: Okta
|
||||||
# issuer: https://dev-123456.oktapreview.com
|
# issuer: https://dev-123456.oktapreview.com
|
||||||
|
@ -188,7 +188,7 @@ rbac:
|
||||||
# p, my-org:team-alpha, applications, sync, my-project/*, allow
|
# p, my-org:team-alpha, applications, sync, my-project/*, allow
|
||||||
# # Make all members of "my-org:team-beta" admins
|
# # Make all members of "my-org:team-beta" admins
|
||||||
# g, my-org:team-beta, role:admin
|
# g, my-org:team-beta, role:admin
|
||||||
policyCsv: # |
|
policyCsv: # |
|
||||||
# p, role:org-admin, applications, *, */*, allow
|
# p, role:org-admin, applications, *, */*, allow
|
||||||
# p, role:org-admin, clusters, get, *, allow
|
# p, role:org-admin, clusters, get, *, allow
|
||||||
# p, role:org-admin, repositories, get, *, allow
|
# p, role:org-admin, repositories, get, *, allow
|
||||||
|
@ -196,8 +196,8 @@ rbac:
|
||||||
# p, role:org-admin, repositories, update, *, allow
|
# p, role:org-admin, repositories, update, *, allow
|
||||||
# p, role:org-admin, repositories, delete, *, allow
|
# p, role:org-admin, repositories, delete, *, allow
|
||||||
# g, your-github-org:your-team, role:org-admin
|
# g, your-github-org:your-team, role:org-admin
|
||||||
policyDefault: # role:readonly
|
policyDefault: # role:readonly
|
||||||
scopes: # [groups]
|
scopes: # [groups]
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image:
|
image:
|
||||||
|
|
Loading…
Reference in a new issue