-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new kuttl test on ValidatingWebhookConfiguration to make sure it …
…lands in the right namespace. Add documentation comments to user-defined-ns test to explain what each step is doing w.r.t. namespacing.
- Loading branch information
1 parent
3bff9b3
commit a147a90
Showing
3 changed files
with
21 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# We are deploying a cluster scoped version of cass-operator and k8ssandra-operator into the namespace k8ssandra-operator. | ||
# This sets us up to ensure the cluster-scope component is successful, and immediately demonstrates that the single-namespace component is sucessful. | ||
apiVersion: kuttl.dev/v1beta1 | ||
kind: TestStep | ||
commands: | ||
- script: | | ||
../../../bin/kustomize build ../../../config/deployments/control-plane/cluster-scope | kubectl apply --server-side --force-conflicts -f - | ||
ignoreFailure: false | ||
ignoreFailure: false |
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