-
Notifications
You must be signed in to change notification settings - Fork 1.7k
skaffold helm valuesFiles does not handle tilde sign #2123
Copy link
Copy link
Closed
Labels
area/deployarea/rundeploy/helmhelp wantedWe would love to have this done, but don't have the bandwidth, need help from contributorsWe would love to have this done, but don't have the bandwidth, need help from contributorskind/bugSomething isn't workingSomething isn't working
Description
Expected behavior
skaffold run should be able to use and supply values from file in the home directory
Actual behavior
skaffold run fails with an error of "no such file or directory"
Information
- Skaffold version: version...v0.29.0
- Operating system: ...Ubuntu
- Contents of skaffold.yaml:
<---
apiVersion: skaffold/v1beta10
kind: Config
build:
artifacts:
- image: niftyhoot
context: src
deploy:
helm:
releases:
- name: dev
chartPath: minis
valuesFiles:
- ~/.helm/curr-profile.yaml
values:
myImage: niftyhoot
setValues:
tenentGroup: dev
>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/deployarea/rundeploy/helmhelp wantedWe would love to have this done, but don't have the bandwidth, need help from contributorsWe would love to have this done, but don't have the bandwidth, need help from contributorskind/bugSomething isn't workingSomething isn't working