Back to Skaffold

README

examples/helm-deployment-dependencies/README.md

2.19.0818 B
Original Source

Example: deploy helm charts with local dependencies

This example follows the helm example, but with a local chart as a dependency.

The skipBuildDependencies option is used to skip the helm dep build command. This must be disabled for charts with local dependencies.

yaml
deploy:
  helm:
    releases:
    - name: skaffold-helm
      chartPath: skaffold-helm
      namespace: skaffold
      skipBuildDependencies: true # Skip helm dep build
      valuesFiles:
        - helm-values-file.yaml