You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Tip**: You can use the default [values.yaml](values.yaml)
119
+
120
+
# Extra Containers
121
+
122
+
There are two parameters which allow to add more containers to pod.
123
+
Use `extraContainers` to add regular containers
124
+
and `extraInitContainers` to add init containers. You can read more
125
+
about init containers in [k8s documentation](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/).
126
+
127
+
Both parameters accept strings and use them as a templates
0 commit comments