Kubernetes - Pods
Given this pod spec snippet, what is the expected behavior when the pod starts?
spec:
containers:
- name: main-app
image: app:1.0
- name: sidecar-helper
image: helper:1.0
args: ["--init"]