cloudfoundry-incubator / fissile

Turn a BOSH release into container images / files
Apache License 2.0
67 stars 36 forks source link

Define CONFIGGIN_SA_TOKEN for all pods using configgin #526

Closed jandubois closed 4 years ago

jandubois commented 4 years ago

It points to the configgin service account token in a secret named configgin updated by a configgin-helper job. This variable is not defined for pods already running with a service account that is bound to the configgin role because it would make no difference, and more importantly would prevent bootstrapping of configgin-helper.

[jsc#CAP-828]