Closed samuelfischer closed 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 ..
with
.
Sorry for the delay on this, merging. Thanks!
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.
.