fix(argo-workflows): hyphen typo in values.yaml comment (#2673)
This commit is contained in:
parent
9c1e15abf3
commit
65e99a1c04
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ appVersion: v3.5.6
|
||||||
name: argo-workflows
|
name: argo-workflows
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
type: application
|
type: application
|
||||||
version: 0.41.2
|
version: 0.41.3
|
||||||
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
sources:
|
sources:
|
||||||
|
@ -17,4 +17,4 @@ annotations:
|
||||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Bump argo-workflows to v3.5.6
|
description: Fix hyphen typo in values.yaml comments
|
||||||
|
|
|
@ -339,7 +339,7 @@ Fields to note:
|
||||||
| server.sso.issuerAlias | string | `""` | Alternate root URLs that can be included for some OIDC providers |
|
| server.sso.issuerAlias | string | `""` | Alternate root URLs that can be included for some OIDC providers |
|
||||||
| server.sso.rbac.enabled | bool | `true` | Adds ServiceAccount Policy to server (Cluster)Role. |
|
| server.sso.rbac.enabled | bool | `true` | Adds ServiceAccount Policy to server (Cluster)Role. |
|
||||||
| server.sso.rbac.secretWhitelist | list | `[]` | Whitelist to allow server to fetch Secrets |
|
| server.sso.rbac.secretWhitelist | list | `[]` | Whitelist to allow server to fetch Secrets |
|
||||||
| server.sso.redirectUrl | string | `""` | |
|
| server.sso.redirectUrl | string | `""` | The OIDC redirect URL. Should be in the form <argo-root-url>/oauth2/callback. |
|
||||||
| server.sso.scopes | list | `[]` | Scopes requested from the SSO ID provider |
|
| server.sso.scopes | list | `[]` | Scopes requested from the SSO ID provider |
|
||||||
| server.sso.sessionExpiry | string | `""` | Define how long your login is valid for (in hours) |
|
| server.sso.sessionExpiry | string | `""` | Define how long your login is valid for (in hours) |
|
||||||
| server.sso.userInfoPath | string | `""` | Specify the user info endpoint that contains the groups claim |
|
| server.sso.userInfoPath | string | `""` | Specify the user info endpoint that contains the groups claim |
|
||||||
|
|
|
@ -700,7 +700,7 @@ server:
|
||||||
name: argo-server-sso
|
name: argo-server-sso
|
||||||
# -- Key of a secret to retrieve the app OIDC client secret
|
# -- Key of a secret to retrieve the app OIDC client secret
|
||||||
key: client-secret
|
key: client-secret
|
||||||
# - The OIDC redirect URL. Should be in the form <argo-root-url>/oauth2/callback.
|
# -- The OIDC redirect URL. Should be in the form <argo-root-url>/oauth2/callback.
|
||||||
redirectUrl: ""
|
redirectUrl: ""
|
||||||
rbac:
|
rbac:
|
||||||
# -- Adds ServiceAccount Policy to server (Cluster)Role.
|
# -- Adds ServiceAccount Policy to server (Cluster)Role.
|
||||||
|
|
Loading…
Reference in a new issue