Skip to content

Commit

Permalink
update YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
jenting committed Dec 18, 2024
1 parent ff1f7c0 commit 335e893
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion testdata/appset-project-airplanehsiao-namespaces-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ spec:
clusterEndpoint: "{{ .server }}"
# Optional, if not set means all namespaces
labelSelector:
project: airplanehsiao
matchLabels:
project: airplanehsiao
matchExpressions:
- key: project
operator: Exists
# Optional, Checks for changes every 30 seconds
requeueAfterSeconds: 30
template:
Expand Down
6 changes: 5 additions & 1 deletion testdata/appset-project-hsiaoairplane-namespaces-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ spec:
clusterEndpoint: "{{ .server }}"
# Optional, if not set means all namespaces
labelSelector:
project: hsiaoairplane
matchLabels:
project: hsiaoairplane
matchExpressions:
- key: project
operator: Exists
# Optional, Checks for changes every 30 seconds
requeueAfterSeconds: 30
template:
Expand Down

0 comments on commit 335e893

Please sign in to comment.