place-scripts exec /usr/bin/sh: argument list too long " error in the config-writer pod. spec:
envFrom:
- configMapRef:
name: my-config-map
Workload in version "v1alpha1" cannot be handled as a Workload: strict decoding error: unknown field "spec.envFrom"
TAP 1.12.3
There is a limitation in the number of environment variables that can be applied in the Workload configuration, which prevents workload creation.
Reference the configMap with spec.env.valueFrom.configMapKeyRef in the workload yaml.
If this fails, it is recommended to load the variables via a file in the pod to work around limitations in the workload yaml configuration.