falldamagestudio / UE-Jenkins-BuildSystem

Build Unreal Engine & games with Jenkins on GKE/GCE
MIT License
46 stars 11 forks source link

Use controller.backendconfig instead of custom BackendConfig #31

Closed Kalmalyzer closed 3 years ago

Kalmalyzer commented 3 years ago

There's no need to create a separate BackendConfig - there are provisions for this in the helm chart already. See https://github.com/jenkinsci/helm-charts/blob/main/charts/jenkins/VALUES_SUMMARY.md#gke-backendconfig as a reference.

Kalmalyzer commented 3 years ago

Using backendconfig from the helm chart now.