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
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Solution description:
We request an enhancement of the documentation. Please introduce and explain the various options available for initContainers in the document. Specifically, clarify the following options:
containerName (not name)
imageName (not image)
environmentVariables (not env)
Additionally, it would be helpful to provide an example of how to use these options in a YAML file, such as:
data:
application.yaml: |- spring: cloud: dataflow: task: platform: kubernetes: accounts: default: initContainers: - containerName: test imageName: busybox:latest commands: - sh - -c - echo hello - containerName: test2 imageName: busybox:latest commands: - sh - -c - echo world
Furthermore, please include information about other possible options, such as: