uselagoon / remote-controller

A group of controllers for handling Lagoon builds and tasks in Kubernetes or Openshift
5 stars 1 forks source link

feat: add dynamic secrets to task controller #207

Closed bomoko closed 1 year ago

bomoko commented 1 year ago

In https://github.com/uselagoon/build-deploy-tool/pull/148 we added the ability to mount dynamic secrets into the build. This needs to be duplicated for advanced tasks - and so this replicates the logic found in the build-deploy legacy tooling.

Checklist

Explain the details for making this change. What existing problem does the pull request solve?