Skip to content

Commit

Permalink
unit test fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Nov 21, 2024
1 parent 7ddb61a commit 92c9036
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/cryostat/tests/networkpolicy_ingress_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ tests:
matchLabels:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/name: cryostat
app.kubernetes.io/part-of: cryostat
- equal:
path: spec.ingress
value:
- from:
- podSelector:
matchLabels:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/part-of: cryostat
app.kubernetes.io/name: cryostat
app.kubernetes.io/instance: RELEASE-NAME
namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: NAMESPACE

0 comments on commit 92c9036

Please sign in to comment.