Skip to content

skaffold helm valuesFiles does not handle tilde sign #2123

@niftyhoot

Description

@niftyhoot

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
>

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/deployarea/rundeploy/helmhelp wantedWe would love to have this done, but don't have the bandwidth, need help from contributorskind/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions