-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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
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
Metadata
Metadata
Assignees
Labels
No labels