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
Templating should only be done in files under the charts/openbao/templates directory. The reason for this is that some users use third party templating tools, as Argo CD for gitops, which will be applying their own go-templating and it can cause conflicts and errors.
Here's an example of some values that should still be in the values.yaml as an example, but commented out by default:
We can still draw up some docs to explain to users how to use the affinity features of this chart and place them in the README or our official doc site, but defaults should always be template free.
The text was updated successfully, but these errors were encountered:
Templating should only be done in files under the
charts/openbao/templates
directory. The reason for this is that some users use third party templating tools, as Argo CD for gitops, which will be applying their own go-templating and it can cause conflicts and errors.Here's an example of some values that should still be in the values.yaml as an example, but commented out by default:
openbao-helm/charts/openbao/values.yaml
Lines 303 to 304 in b59b6e5
We can still draw up some docs to explain to users how to use the affinity features of this chart and place them in the README or our official doc site, but defaults should always be template free.
The text was updated successfully, but these errors were encountered: