Commit 22ea3df
committed
Fix tls kuttl-test suite
COO 1.3.1 released recently, which increased how many rulefiles
volumeMounts the prometheus pod has. We're checking that the tls
certificates are being mounted into the prometheus pod and so
this change in count of volumeMounts resulted in the kuttl-tests
failing with:
.spec.containers.volumeMounts: slice length mismatch: 9 != 11
This PR adds the 2 additional volume mounts in the kuttl-test
assert.1 parent b838708 commit 22ea3df
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
242 | 246 | | |
243 | 247 | | |
244 | 248 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
0 commit comments