You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using kustomize to deploy the operator I see these WARNINGS
# Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
# Warning: 'vars' is deprecated. Please use 'replacements' instead. [EXPERIMENTAL] Run 'kustomize edit fix' to update your Kustomization automatically.
# Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.
To Reproduce
Run kustomize build for the operator
Expected behavior
No Warnings of deprecations
The text was updated successfully, but these errors were encountered:
This will be addressed soon when upgrading the operator code base using operator-sdk v1.33 and refactoring the underlying code structure to reflect kubebuilder go/v4 as per later requires kustomize v5.
periklis
changed the title
[Operator] Update kustomize files to remove deprecated keywords/features
operator: Update kustomize files to remove deprecated keywords/features
Feb 13, 2024
When using kustomize to deploy the operator I see these WARNINGS
To Reproduce
Run
kustomize build
for the operatorExpected behavior
No Warnings of deprecations
The text was updated successfully, but these errors were encountered: