-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why does expandHelmTemplate deprecated #286
Comments
As additional point: if ever #265 helm datasource will be implemented, datasources exists only for |
the only problem is one of maintaining this function that was written for helm2 and make sure it still works for helm3. I'm ok leaving it in if that is what people want. |
We tested it with helm3 and it just works. Also, could you please take a look at Tanka's implementation of helm integration, maybe you will find it a bit more handy: https://tanka.dev/helm and https://github.com/grafana/jsonnet-libs/blob/master/tanka-util/helm.libsonnet |
So, for example, this code just works:
|
Hi!
I found deprecated warning in docs.
https://github.com/splunk/qbec/blame/main/site/content/reference/jsonnet-native-funcs.md#L10
The commit was created about two years ago.
Why was this function stayed deprecated?
It is very convenient to use.
I suggest to delete this deprecated warning and continue to support this function.
The text was updated successfully, but these errors were encountered: