billowy-bird-32869
10/13/2022, 9:40 AM/var/lib/rancher/k3s/server/manifests/
and in that resource, I have used spec.set to change the value of some property. The value to the property is delivered via an environment variable at the moment as I cannot think of any other way after looking at the options from k3s. Would someone have an idea, how I could parametrize my chart or if the way I have done it is correct, how do I supply the value. Thanks.
Sample:
spec:
helmVersion: v3
repo: <https://charts.gitlab.io>
chart: gitlab-runner
targetNamespace: gitlab-runners
set:
runners.tags: "$my_tag"