Skip to content

Commit c9ed948

Browse files
authored
Documentation: ArgoCD apps in any namespace incompatibility (#541)
Signed-off-by: Sean Morton <seanmorton@hey.com>
1 parent fc1999f commit c9ed948

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/configuration/applications.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ only resources of kind `application.argoproj.io`, that is, your Argo CD
2222
`Application` resources. Annotations on other kinds of resources will have no
2323
effect and will not be considered.
2424

25+
!!!warning
26+
Argo CD Image Updater is not currently compatible with the
27+
[Argo CD Applications in any namespace](https://argo-cd.readthedocs.io/en/stable/operator-manual/app-any-namespace/)
28+
feature. All `Application` resources must be declared in Argo CD control plane's namespace (which is usually argocd.)
29+
2530
As explained earlier, your Argo CD applications must be of either `Kustomize`
2631
or `Helm` type. Other types of applications will be ignored.
2732

docs/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ that are managed by
88
Argo CD Image Updater is under active development.
99

1010
You are welcome to test it out on non-critical environments, and of
11-
course to
11+
course to
1212
[contribute](./contributing/start.md) by many means.
1313

1414
There will be (probably a lot of) breaking changes from release to
1515
release as development progresses until version 1.0. We will do our
1616
best to indicate any breaking change and how to un-break it in the
1717
respective
18-
[release notes](https://github.com/argoproj-labs/argocd-image-updater/releases)
18+
[release notes](https://github.com/argoproj-labs/argocd-image-updater/releases).
19+
20+
Argo CD Image Updater is not currently compatible with
21+
[Argo CD Applications in any namespace](https://argo-cd.readthedocs.io/en/stable/operator-manual/app-any-namespace/).
22+
1923

2024
## Overview
2125

0 commit comments

Comments
 (0)