Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
90bb0d81f868ba6e406acbfd2c8514c92cb63a86
/
.
/
charts
/
vector
/
ci
/
extraContainers-values.yaml
blob: ce66b6783577a113a8091e89d77c316046dee804 [
file
] [
log
] [
blame
]
# Including extraContainers
## Values file for testing adding extraContainers to Vector Pods.
extraContainers:
-
name:
sleep
image:
busybox
command:
[
'sh'
,
'-c'
,
"sleep 5"
]