The side car container still references cf-runtime-spec
|
CONFIGMAP_NAME: {{ printf "%s-%s" (include "runtime.fullname" .) "spec" }} |
After this change renamed the configmap -
|
name: {{ printf "%s-runtime-config" ( trimPrefix "system/" $runtimeItem.runtimeName | replace "_" "-" ) }} |
This causes the sidecar container to crashloop.
Customer workaround is for values files to be updated to the new nomenclature
runner:
sidecar:
enabled: true
env:
CONFIGMAP_NAME: <<RUNTIME_NAME>>-runtime-config
The side car container still references cf-runtime-spec
venona/charts/cf-runtime/templates/_components/runner/environment-variables/_sidecar-container.yaml
Line 12 in e7e361d
After this change renamed the configmap -
venona/charts/cf-runtime/templates/extra/extra-runtimes.yaml
Line 30 in 283004d
This causes the sidecar container to crashloop.
Customer workaround is for values files to be updated to the new nomenclature