Skip to content

Commit

Permalink
chore: improve e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Ievgenii Shepeliuk <[email protected]>
  • Loading branch information
eshepelyuk committed May 7, 2022
1 parent e940cd4 commit a6601fd
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions test/e2e/fixture-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,24 @@ apiVersion: v1
data:
exclude.json: |
{"exKey": "exValue"}
---
kind: ConfigMap
metadata:
name: data-labeless
labels:
kube-mgmt/e2e: "true"
apiVersion: v1
data:
labeless.json: |
{"lbKey": "lbValue"}
---
kind: ConfigMap
metadata:
name: policy-labeless
labels:
kube-mgmt/e2e: "true"
apiVersion: v1
data:
labeless.rego: |
package example.labeless
allow := true
21 changes: 21 additions & 0 deletions test/e2e/fixture.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,24 @@ apiVersion: v1
data:
exclude.json: |
{"exKey": "exValue"}
---
kind: ConfigMap
metadata:
name: data-labeless
labels:
kube-mgmt/e2e: "true"
apiVersion: v1
data:
labeless.json: |
{"lbKey": "lbValue"}
---
kind: ConfigMap
metadata:
name: policy-labeless
labels:
kube-mgmt/e2e: "true"
apiVersion: v1
data:
labeless.rego: |
package example.labeless
allow := true
Empty file modified test/e2e/labels/test.sh
100644 → 100755
Empty file.

0 comments on commit a6601fd

Please sign in to comment.