-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add tests for kustomize's sortOptions configuration
The Kustomize rendering engine embedded in the operator, does not enforce any aprticular order, but relies on the order of the manifests provided, however, Kustomize has options to change the strategy used to sort resources at the end of the Kustomize build see: - https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/sortoptions This commit adds some test to ensure the sortOrder configuration is honoured by the operator's own Kustomize engine.
- Loading branch information
1 parent
8504ce5
commit 994ee77
Showing
3 changed files
with
174 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters