Skip to content

Commit

Permalink
Commenting the line containing as managementPolicies value: \*\ to ch…
Browse files Browse the repository at this point in the history
…eck if the error is gone. #476

Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard authored and aureamunoz committed May 3, 2024
1 parent 5d00ed4 commit 58e4c62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/src/main/crds/helm.crossplane.io_releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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> managementPolicies = io.fabric8.kubernetes.client.utils.Serialization.unmarshal("[\"*\"]", java.util.List.class);
# - '*'
type: string
type: array
providerConfigRef:
Expand Down

0 comments on commit 58e4c62

Please sign in to comment.