| commit | af13d525dc4153633c3583307893a89a8281ec24 | [log] [tgz] |
|---|---|---|
| author | kenankule <kenankule@gmail.com> | Fri Jun 09 15:43:59 2023 +0200 |
| committer | Gyula Fora <gyfora@apache.org> | Mon Jun 12 08:22:54 2023 +0200 |
| tree | 74a2a954ec5abd388615308b54c417b05f748325 | |
| parent | e40f108fbafc80d48971f883531be5137f3f6d1e [diff] |
[hotfix][docs] Fix ArgoCD CRDs application `syncOptions` field should reside under `.spec.syncPolicy`
diff --git a/docs/content/docs/operations/helm.md b/docs/content/docs/operations/helm.md index b11e425..1505269 100644 --- a/docs/content/docs/operations/helm.md +++ b/docs/content/docs/operations/helm.md
@@ -165,6 +165,7 @@ repoURL: https://github.com/apache/flink-kubernetes-operator targetRevision: main path: helm/flink-kubernetes-operator/crds + syncPolicy: syncOptions: - Replace=true ...