-
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
feat(argo-cd): Add existingVolumes
setting for remaining deployments with emptyDir volumes
#2456
Conversation
FYI |
FYI: The CI is fixed now. 👍 |
e19c4ae
to
dcc068f
Compare
@yu-croco Rebased and all tests now pass. |
charts/argo-cd/templates/argocd-application-controller/statefulset.yaml
Outdated
Show resolved
Hide resolved
…s with emptyDir volumes Signed-off-by: Matt Dainty <[email protected]>
dcc068f
to
d0cf96f
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
Signed-off-by: Matt Dainty <[email protected]>
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Probably needs rebasing rather than closing? 🤔 |
Hi @bodgit , can you please fetch latest remote diff and resolve conflicts? |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
not stale |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
#2410 added the
existingVolumes
setting for the repo-server component. This PR adds an equivalent setting to the other Argo CD components that haveemptyDir
volumes in their deployment so you can either use a PVC or further tune theemptyDir
volume withsizeLimit
parameters, etc. (which is what I do).Checklist: