Closed ckopparthi closed 1 year ago
you can please rerun your command with helm --debug template
and share the output here?
below is the debug output @jkroepke
helm template . -f 'secret://secrets.test.yaml' --debug
install.go:200: [debug] Original chart version: ""
install.go:217: [debug] CHART PATH: /Users/ckopparthi/temp/test-secret
Error: open secret://secrets.test.yaml: no such file or directory
helm.go:84: [debug] open secret://secrets.test.yaml: no such file or directory
but the file is already present in the path
test-secret pwd
/Users/ckopparthi/temp/test-secret
ls secrets.test.yaml
secrets.test.yaml
Could you please try secrets://
instead secret://
.
Thanks for quick response @jkroepke after using the secrets://
it worked, but secret://
used to work in earlier versions
Current Behavior
helm template . -f 'secret://secrets.test.yaml' Error: open secret://secrets.test.yaml: no such file or directory
Expected Behavior
No response
Steps To Reproduce
Environment
Anything else?
No response