k8s/helm/charts/alloydb-omni-cluster/templates/sidecar-example.yaml (11 lines of code) (raw):
apiVersion: alloydbomni.dbadmin.goog/v1
kind: Sidecar
metadata:
name: sidecar-example
namespace: {{ .Values.cluster_namespace }}
spec:
sidecars:
- image: busybox
command: ["/bin/sh"]
args: ["-c", "while true; do echo echo $(date -u) 'test' >> /dev/null; sleep 5; done"]
name: sidecar-sample