This is an automated email from the ASF dual-hosted git repository. willholley pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb-helm.git
commit 9b3120b736ba6f4eb4c2e652517d8797b80449d1 Author: Arne Diekmann <[email protected]> AuthorDate: Mon Feb 24 14:26:29 2020 +0100 Add test config for sidecar containers --- couchdb/ci/sidecar.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/couchdb/ci/sidecar.yaml b/couchdb/ci/sidecar.yaml new file mode 100644 index 0000000..aa570bd --- /dev/null +++ b/couchdb/ci/sidecar.yaml @@ -0,0 +1,9 @@ +sidecars: + - name: foo + image: "busybox" + imagePullPolicy: IfNotPresent + resources: + requests: + cpu: "0.1" + memory: 10Mi + command: ['while true; do echo "foo"; sleep 5; done;']
