-
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
fix(argo-cd): add functionality to en/disable argocd-ssh-known-hosts-cm #3083
Conversation
3a0eef4
to
4b588ae
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.
Hi @gajicdev
thanks for your contribution 🙏 .
Only found 2 small things.
Regarding the "correct" keyword, I'd like to have feedback from other maintainers
charts/argo-cd/values.yaml
Outdated
@@ -371,6 +371,9 @@ configs: | |||
# SSH known hosts for Git repositories | |||
## Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/#ssh-known-host-public-keys | |||
ssh: | |||
# -- Specifies if the argocd-ssh-known-hosts-cm configmap should be created by Helm. | |||
enabled: true |
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.
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 vote to create
to align existing ones. 😀
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 concur with @yu-croco
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.
changed it to create
Signed-off-by: Davor Gajic <davor@nine.ch>
4b588ae
to
0c97774
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.
LGTM
Again, thanks for your contribution @gajicdev 🙏
Checklist:
Closes #3082