blob: 231e260a93f188c76e2e72ecfaabd54c97b11917 [file] [log] [blame]
Mohammed Naser8a2c8fb2023-02-19 17:23:55 +00001# Including haproxy.extraContainers
2## Values file for testing adding extraContainers to HAProxy Pods.
3haproxy:
4 extraContainers:
5 - name: sleep
6 image: busybox
7 command: ['sh', '-c', "sleep 5"]