Skip to content

Commit

Permalink
chore: test against label selectors
Browse files Browse the repository at this point in the history
Signed-off-by: ShutingZhao <[email protected]>
  • Loading branch information
realshuting committed Sep 10, 2024
1 parent 32da5c3 commit be67fb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ spec:
- resources:
kinds:
- ConfigMap
selector:
matchLabels:
type: foreach
name: k-kafka-address
context:
- name: configmapns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ apiVersion: v1
metadata:
name: default-deny
namespace: default
labels:
type: foreach
data:
namespaces: foreach-ns-1,foreach-ns-2

0 comments on commit be67fb9

Please sign in to comment.