-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(argo-workflows): suggest non deprecated option #3113
base: main
Are you sure you want to change the base?
Conversation
Hi @chansuke , thank you for your PR.
|
db516a9
to
a0d5623
Compare
@yu-croco I appreciate so much for your comment. I updated the description. |
charts/argo-workflows/Chart.yaml
Outdated
- kind: added | ||
description: Support ephemeral credentials for s3 artifact repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the old one.
@@ -711,7 +711,7 @@ server: | |||
|
|||
# SSO configuration when SSO is specified as a server auth mode. | |||
sso: | |||
# -- Create SSO configuration. If you set `true` , please also set `.Values.server.authMode` as `sso`. | |||
# -- Create SSO configuration. If you set `true` , please also set `.Values.server.authModes` as `sso`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need to handle below to update README, by running ./scripts/helm-docs.sh
(instruction is in the link below).
Ref:
I have updated the documentation according to documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I hit the command but the generation was falling because of this problem. Fixed and generated now.
d83dec2
to
daa88bd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution. LGTM.
Hi @chansuke , can you please resolve conflict? |
Signed-off-by: chansuke <chansuke0@gmail.com>
7312724
to
a0421bf
Compare
@yu-croco |
The chart version needs a bump. |
ah resolving conflict was not correct, need to fix below 🙃
|
I was adding the SSO configuration and discovered that the depecated
authMode
was being suggested.Checklist: