-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feat/set-persis-health-to-false
- Loading branch information
Showing
23 changed files
with
192 additions
and
1,609 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,27 @@ [email protected]_conn_i% | |
If authenticating with the CLI, make sure to use the new version as well to obtain an authentication token with the | ||
appropriate claims. | ||
### Removed support for legacy repo config in argocd-cm | ||
Before repositories were managed as Secrets, they were configured in the argocd-cm ConfigMap. The argocd-cm option has | ||
been deprecated for some time and is no longer available in Argo CD 3.0. | ||
#### Detection | ||
To check whether you have any repositories configured in argocd-cm, run the following command: | ||
```shell | ||
kubectl get cm argocd-cm -o=jsonpath="[{.data.repositories}, {.data['repository.credentials']}, {.data['helm.repositories']}]" | ||
``` | ||
|
||
If you have no repositories configured in argocd-cm, the output will be `[, , ]`, and you are not impacted by this | ||
change. | ||
|
||
#### Migration | ||
|
||
To convert your repositories to Secrets, follow the documentation for | ||
[declarative management of repositories](../declarative-setup.md#repositories). | ||
|
||
## Other changes | ||
|
||
### Using `cluster.inClusterEnabled: "false"` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.