You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
introducing the gh-pages automation broke "helm template snyk-monitor" because it added a templated variable to the values.yaml, so "helm template" fails to render.
this commit fixes it by changing our placeholder with a simple string instead of curly brackets.
0 commit comments