Skip to content

Old configmap name cf-runtime-spec still referenced by sidecar container #595

@wawaberry

Description

@wawaberry

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions