Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
refs/heads/main
/
.
/
charts
/
vector
/
ci
/
extraContainers-values.yaml
blob: ce66b6783577a113a8091e89d77c316046dee804 [
file
] [
log
] [
blame
]
Mohammed Naser
8a2c8fb
2023-02-19 17:23:55 +0000
[
diff
] [
blame
]
1
# Including extraContainers
2
## Values file for testing adding extraContainers to Vector Pods.
3
extraContainers:
4
-
name:
sleep
5
image:
busybox
6
command:
[
'sh'
,
'-c'
,
"sleep 5"
]