diff options
| author | jannfis <jann@mistrust.net> | 2021-03-20 14:57:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-20 14:57:55 +0100 |
| commit | af590d33b782c339f4bdeb06a7fb79a313703e19 (patch) | |
| tree | 7b6aba647d58dda8cdad23348186431b0301962c /docs/configuration | |
| parent | 0f64255e33ba42363a6b1eb723e9c14a182d9252 (diff) | |
docs: Update documentation regarding Git write-back (#166)
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/applications.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/configuration/applications.md b/docs/configuration/applications.md index 2ae38a2..e65d5de 100644 --- a/docs/configuration/applications.md +++ b/docs/configuration/applications.md @@ -90,8 +90,9 @@ This method is the default and requires no further configuration. ### Using the Git write-back method !!!warning "Compatibility with Argo CD" - The Git write-back method requires a feature in Argo CD that is not yet - GA and will be released with Argo CD v1.9. + The Git write-back method requires a feature in Argo CD that has been + introduced with Argo CD v2.0. Git write-back will not work with earlier + versions of Argo CD. The `git` write-back method uses Git to permanently store its parameter overrides along with the Application's resource manifests. This will enable |
