Joe Julian

Results 369 comments of Joe Julian

Responded in the PR. PS. I'm not a core maintainer, I just help with issues.

Try adding this to your NOTES.txt file: ``` {{ . }} ``` so you can see everything you could possibly reference. If it's not in there, you can't reference it.

Gah, sorry. I should have said: ``` {{ . | toYaml }} ``` so it's readable. That's all just a dump of the go struct.

@t-eckert the problem is with the kubeconfig you're using for EKS. It's using an old deprecated api. Update the config file to solve that.

Since this remains unverified and there's nothing that I could find in helm that would expand a string into a windows path, I'm closing this. Feel free to reopen it...

> However, this values.yaml works as expected: > > ```yaml > webserver: > service: > type: NodePort > ports: > - name: airflow-ui > port: 8080 > nodePort: 30001 >...

As for the question about updates, no. A core maintainer said it's working as intended and laid out a path for a contribution. Unless someone's willing to step up and...

One more thought came to mind that I'll share as I close this out: ```sh printf -- "--values\0%s\0" *.yaml | xargs -0 helm install myrelease mychart ```

Looks like this question has been answered. Thanks @manuelnucci

As this PR has had no responses and there's another PR that has the requested changes, I'm closing this in favor of #11334.