-
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.
Remove cass-operator namespace [K8SSAND-1239] (#387)
* Add patch to `single-namespace` component to remove `cass-operator` namespace. * 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
595c2c3
commit 8bf3fe7
Showing
4 changed files
with
28 additions
and
3 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
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