Skip to content

Commit

Permalink
Fix helm unit tests
Browse files Browse the repository at this point in the history
Making the unit tests comply the new helm structure.

Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
  • Loading branch information
fedepaol committed Feb 13, 2024
1 parent af28c48 commit f292b0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pkg/helm/testdata/ocp-metrics-speaker.golden
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,10 @@
"path": "/livez",
"port": 7473
},
"periodSeconds": 10
"initialDelaySeconds": 10,
"periodSeconds": 10,
"successThreshold": 1,
"timeoutSeconds": 1
},
"name": "frr",
"securityContext": {
Expand Down
5 changes: 4 additions & 1 deletion pkg/helm/testdata/vanilla-metrics-speaker.golden
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,10 @@
"path": "/livez",
"port": 7473
},
"periodSeconds": 10
"initialDelaySeconds": 10,
"periodSeconds": 10,
"successThreshold": 1,
"timeoutSeconds": 1
},
"name": "frr",
"securityContext": {
Expand Down

0 comments on commit f292b0e

Please sign in to comment.