Skip to content

Commit

Permalink
adding a unittest for the include of labels
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Oct 3, 2023
1 parent 0d5dd9c commit a3e64f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/uplink/tests/custom_values_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ tests:
- equal:
path: spec.selector.matchLabels['app.kubernetes.io/name']
value: "uplink"
- equal:
path: metadata.labels["app.kubernetes.io/name"]
value: uplink

0 comments on commit a3e64f7

Please sign in to comment.