From e81f02fde31ddb1244281c03fbe8a76ab520d1fe Mon Sep 17 00:00:00 2001 From: cmoulliard Date: Fri, 3 May 2024 10:07:44 +0200 Subject: [PATCH] Commenting the line containing as managementPolicies value: \*\ to check if the error is gone. #476 Signed-off-by: cmoulliard --- app/src/main/crds/helm.crossplane.io_releases.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/src/main/crds/helm.crossplane.io_releases.yaml b/app/src/main/crds/helm.crossplane.io_releases.yaml index d861dec2..8fc6abfe 100644 --- a/app/src/main/crds/helm.crossplane.io_releases.yaml +++ b/app/src/main/crds/helm.crossplane.io_releases.yaml @@ -264,7 +264,12 @@ spec: - Update - Delete - LateInitialize - - '*' + # Removed it to check if error is gone: https://github.com/halkyonio/primaza-poc/issues/476 + # Code generated is: + # public class ReleaseSpec implements io.fabric8.kubernetes.api.model.KubernetesResource { + # ... + # private java.util.List managementPolicies = io.fabric8.kubernetes.client.utils.Serialization.unmarshal("[\"*\"]", java.util.List.class); + # - '*' type: string type: array providerConfigRef: