Skip to content

Commit

Permalink
Commenting another lines containing as managementPolicies value: \*\ …
Browse files Browse the repository at this point in the history
…to check if the error is gone. halkyonio#476

Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed May 3, 2024
1 parent 208f49a commit ec98766
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/crds/helm.crossplane.io_releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ spec:
- namespace
type: object
managementPolicies:
default:
# default:
# Removed it to check if error is gone: https://github.com/halkyonio/primaza-poc/issues/476
# - '*'
description: 'THIS IS A BETA FIELD. It is on by default but can be
Expand Down Expand Up @@ -774,8 +774,8 @@ spec:
- namespace
type: object
managementPolicies:
default:
- '*'
#default:
#- '*'
description: 'THIS IS A BETA FIELD. It is on by default but can be
opted out through a Crossplane feature flag. ManagementPolicies
specify the array of actions Crossplane is allowed to take on the
Expand All @@ -795,7 +795,7 @@ spec:
- Update
- Delete
- LateInitialize
- '*'
# - '*'
type: string
type: array
providerConfigRef:
Expand Down

0 comments on commit ec98766

Please sign in to comment.