k8spacket / k8spacket-helm-chart

k8spacket helm chart
Apache License 2.0
20 stars 7 forks source link

Add value "clusterRole.create" for skipping creation of cluster role & cluster role binding #12

Closed dherges closed 2 years ago

k8spacket commented 2 years ago

@dherges Great idea. Thanks.

Your code is ok, but there isn't any CI process behind it for now, and you need to regenerate the helm package with the command:

helm package . -d ./docs

It isn't a significant change and you can do it without changing the version.

After it you need to change sha256 in the helm index file:

k8spacket commented 2 years ago

@dherges In the meantime, I've added GitHub action for auto-release helm charts.

Your PR is merged and the possibility to omit the creation of clusterRole and clusterRoleBinding is available now.