This is an automated email from the ASF dual-hosted git repository.
gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new af13d525 [hotfix][docs] Fix ArgoCD CRDs application
af13d525 is described below
commit af13d525dc4153633c3583307893a89a8281ec24
Author: kenankule <[email protected]>
AuthorDate: Fri Jun 9 15:43:59 2023 +0200
[hotfix][docs] Fix ArgoCD CRDs application
`syncOptions` field should reside under `.spec.syncPolicy`
---
docs/content/docs/operations/helm.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/content/docs/operations/helm.md
b/docs/content/docs/operations/helm.md
index b11e425f..1505269c 100644
--- a/docs/content/docs/operations/helm.md
+++ b/docs/content/docs/operations/helm.md
@@ -165,6 +165,7 @@ spec:
repoURL: https://github.com/apache/flink-kubernetes-operator
targetRevision: main
path: helm/flink-kubernetes-operator/crds
+ syncPolicy:
syncOptions:
- Replace=true
...