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
In my case, I need to set extra environment variables with Azure credentials to avoid attaching certain roles to the whole Kubernetes node. Also one might need to set labels, annotations (as in #83), provide extra arguments to the binary, mount extra volumes etc.
Usually, Helm charts provide a way to inject these using values, for example see traefik, nginx charts.
It would be great if step-certificates chart provided a way to manipulate pod template without the need to fork and modify the chart.
The text was updated successfully, but these errors were encountered:
In my case, I need to set extra environment variables with Azure credentials to avoid attaching certain roles to the whole Kubernetes node. Also one might need to set labels, annotations (as in #83), provide extra arguments to the binary, mount extra volumes etc.
Usually, Helm charts provide a way to inject these using values, for example see traefik, nginx charts.
It would be great if step-certificates chart provided a way to manipulate pod template without the need to fork and modify the chart.
The text was updated successfully, but these errors were encountered: