uselagoon / remote-controller

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

Use deployer token to create task pods #19

Closed shreddedbacon closed 3 years ago

shreddedbacon commented 3 years ago

The task pods are unable to update themselves in openshift due to SCC issues with the service account that creates the pods.

This changes it so that the lagoon-deployer token that is created in the namespace is used to create the tasks pods, this allows the task pods to update themselves as part of the advanced tasks system