Skip to content

Commit

Permalink
Merge branch 'master' into feat/tag-path-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
chzar authored Nov 27, 2024
2 parents f103cff + fc6105b commit 2c899c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/operator-manual/applicationset/Generators-Post-Selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ spec:
- cluster: engineering-prod
url: https://kubernetes.default.svc
env: prod
selector:
matchExpressions:
- key: env
operator: In
values:
- staging
selector:
matchExpressions:
- key: env
operator: In
values:
- staging
```

Valid `operators` include `In`, `NotIn`, `Exists`, and `DoesNotExist`. The `values` set must be non-empty in the case of `In` and `NotIn`.
Expand Down

0 comments on commit 2c899c4

Please sign in to comment.