Skip to content

Commit

Permalink
rename files for clarity
Browse files Browse the repository at this point in the history
Signed-off-by: Chandan-DK <[email protected]>
  • Loading branch information
Chandan-DK committed May 24, 2024
1 parent 13ff7d8 commit c54db64
Show file tree
Hide file tree
Showing 27 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
validationFailureAction: Enforce
- assert:
file: chainsaw-step-01-assert-1.yaml
file: policy-ready.yaml
- name: step-02
try:
- apply:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
validationFailureAction: Enforce
- assert:
file: chainsaw-step-01-assert-1.yaml
file: policy-ready.yaml
- name: step-02
try:
- apply:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ spec:
- name: step-02
try:
- apply:
file: chainsaw-step-02-apply-1.yaml
file: ns.yaml
- apply:
file: chainsaw-step-02-apply-2.yaml
file: runtimeclass-prod.yaml
- apply:
file: chainsaw-step-02-apply-3.yaml
file: runtimeclass-exp.yaml
- apply:
file: chainsaw-step-02-apply-4.yaml
file: runtimeclass-foo.yaml
- name: step-03
try:
- apply:
file: good.yaml
file: good-pods.yaml
- apply:
expect:
- check:
($error != null): true
file: bad.yaml
file: bad-pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- name: step-00
try:
- assert:
file: chainsaw-step-00-assert-1.yaml
file: crd-assert.yaml
- name: step-01
try:
- apply:
Expand All @@ -23,7 +23,7 @@ spec:
spec:
validationFailureAction: Enforce
- assert:
file: chainsaw-step-01-assert-1.yaml
file: policy-ready.yaml
- name: step-02
try:
- apply:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ spec:
- name: step-00
try:
- assert:
file: chainsaw-step-00-assert-1.yaml
file: crd-taskrun-assert.yaml
- assert:
file: chainsaw-step-00-assert-2.yaml
file: crd-pipelinerun-assert.yaml
- name: step-01
try:
- apply:
Expand All @@ -25,7 +25,7 @@ spec:
spec:
validationFailureAction: Enforce
- assert:
file: chainsaw-step-01-assert-1.yaml
file: policy-ready.yaml
- name: step-02
try:
- apply:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- name: step-00
try:
- assert:
file: chainsaw-step-00-assert-1.yaml
file: crd-pipelinerun-assert.yaml
- name: step-01
try:
- apply:
Expand All @@ -25,7 +25,7 @@ spec:
spec:
validationFailureAction: Enforce
- assert:
file: chainsaw-step-01-assert-1.yaml
file: policy-ready.yaml
- name: step-02
try:
- apply:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- name: step-00
try:
- assert:
file: chainsaw-step-00-assert-1.yaml
file: crd-restore-assert.yaml
- name: step-01
try:
- apply:
Expand All @@ -23,7 +23,7 @@ spec:
spec:
validationFailureAction: Enforce
- assert:
file: chainsaw-step-01-assert-1.yaml
file: policy-ready.yaml
- name: step-02
try:
- apply:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- name: step-00
try:
- assert:
file: chainsaw-step-00-assert-1.yaml
file: crd-schedule-assert.yaml
- name: step-01
try:
- apply:
Expand All @@ -23,7 +23,7 @@ spec:
spec:
validationFailureAction: Enforce
- assert:
file: chainsaw-step-01-assert-1.yaml
file: policy-ready.yaml
- name: step-02
try:
- apply:
Expand Down

0 comments on commit c54db64

Please sign in to comment.