eclipse-tractusx / managed-service-orchestrator

Apache License 2.0
6 stars 9 forks source link

Chart templates rely on secret being present #78

Closed SebastianBezold closed 11 months ago

SebastianBezold commented 1 year ago

The Chart testing workflow indicates an issue with a mounted secret: https://github.com/eclipse-tractusx/managed-service-orchestrator/actions/runs/6083062359/job/16502188472#step:9:19. The default value for the secret name was righfully removed from values.yaml. But the templates still seem to rely on a name. Either the secret should be created by the chart, or the secret mount should only be done, if a secret name is defined in the values used for deployment