drone / charts

Helm charts for the Drone platform on Kubernetes
Other
168 stars 118 forks source link

fix: use changed scope to fix error parsing securityContexts #111

Closed samuelfischer closed 1 year ago

samuelfischer commented 1 year ago

Using the with keyword in your helm chart changes the Scope. Thus the .Values reference within the scoped block needs to be changed to just ..

jimsheldon commented 1 year ago

Sorry for the delay on this, merging. Thanks!