Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nadav buchman committed Aug 15, 2024
1 parent 65ebedc commit 5c760e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ tests:
documentIndex: 0
asserts:
- equal:
path: spec.template.spec.kubelet.systemReserved.cpu
path: spec.kubelet.systemReserved.cpu
value: 250m
- equal:
path: spec.template.spec.kubelet.kubeReserved.ephemeral-storage
path: spec.kubelet.kubeReserved.ephemeral-storage
value: 4Gi
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ tests:
documentIndex: 3
asserts:
- equal:
path: spec.template.spec.kubelet.systemReserved.cpu
path: spec.kubelet.systemReserved.cpu
value: 750m
- equal:
path: spec.template.spec.kubelet.kubeReserved.ephemeral-storage
path: spec.kubelet.kubeReserved.ephemeral-storage
value: 4Gi
- equal:
path: spec.template.spec.kubelet.clusterDNS[0]
path: spec.kubelet.clusterDNS[0]
value: "1.1.1.1"
- equal:
path: spec.template.spec.kubelet.clusterDNS[1]
path: spec.kubelet.clusterDNS[1]
value: "2.2.2.2"

0 comments on commit 5c760e4

Please sign in to comment.