-
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.
Browse files
Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <[email protected]>
- Loading branch information
1 parent
95b8a4a
commit 47bec8b
Showing
22 changed files
with
185 additions
and
1,604 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 |
---|---|---|
|
@@ -71,6 +71,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"` | ||
|
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
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.