-
Notifications
You must be signed in to change notification settings - Fork 886
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ShutingZhao <shuting@nirmata.com>
- Loading branch information
1 parent
39e8f64
commit d1cc42b
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
10 changes: 7 additions & 3 deletions
10
.../conformance/kuttl/generate/validation/clusterpolicy/target-namespace-scope/02-check.yaml
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,9 +1,13 @@ | ||
apiVersion: kuttl.dev/v1beta1 | ||
kind: TestStep | ||
apply: | ||
- file: policy-namespaced-target.yaml | ||
- file: policy-fail-1-no-ns-namespaced-target.yaml | ||
shouldFail: true | ||
- file: policy-fail-ns-cluster-target.yaml | ||
- file: policy-fail-2-ns-cluster-target.yaml | ||
shouldFail: true | ||
- file: policy-pass.yaml | ||
- file: policy-pass-1-ns-namespaced-target.yaml | ||
shouldFail: false | ||
- file: policy-pass-2-no-ns-cluster-target.yaml | ||
shouldFail: false | ||
- file: policy-pass-3.yaml | ||
shouldFail: false |