-
Notifications
You must be signed in to change notification settings - Fork 264
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
Documentation: ArgoCD apps in any namespace incompatibility #541
Documentation: ArgoCD apps in any namespace incompatibility #541
Conversation
That is unfortunate. This is exactly what I'm doing and I just installed and deployed it :D |
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.
This should absolutely be added. It completely got me.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #541 +/- ##
=======================================
Coverage 56.16% 56.16%
=======================================
Files 31 31
Lines 3105 3105
=======================================
Hits 1744 1744
Misses 1222 1222
Partials 139 139 ☔ View full report in Codecov by Sentry. |
d828c11
to
1e0bdb5
Compare
Looks like most recent effort to add support for this was closed: #672 Could we merge this warning so folks are at least aware? My latest change also adds a brief warning about this to the documentation root. |
1e0bdb5
to
77146fe
Compare
Signed-off-by: Sean Morton <seanmorton@hey.com>
77146fe
to
19b3855
Compare
Thanks @seanmorton @ElanHasson @JStacy86 for the fix and review! |
Hasn't #687 added the support of Applications in any Namespace? |
@mcanevet thanks for pointing that out. @seanmorton @ElanHasson @JStacy86 could you please verify if the current master branch works for you when using image-updater for apps in any namespace? |
I can confirm the image-updater can work with apps in any namespace if you use the |
…-labs#541) Signed-off-by: Sean Morton <seanmorton@hey.com>
Thanks folks! |
For those using Applications in any namespace, the docs should mention that Image Updater is not compatible with any
Application
resources installed in namespaces other thanargocd
.