Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Latest commit

 

History

History
56 lines (44 loc) · 2.62 KB

ct_install.md

File metadata and controls

56 lines (44 loc) · 2.62 KB

ct install

Install and test a chart

Synopsis

Run 'helm install' and ' helm test' on

  • changed charts (default)
  • specific charts (--charts)
  • all charts (--all)

in given chart directories.

Charts may have multiple custom values files matching the glob pattern '*-values.yaml' in a directory named 'ci' in the root of the chart's directory. The chart is installed and tested for each of these files. If no custom values file is present, the chart is installed and tested with defaults.

ct install [flags]

Options

      --all                       Process all charts except those explicitly excluded.
                                  Disables changed charts detection and version increment checking
      --build-id string           An optional, arbitrary identifier that is added to the name of the namespace a
                                  chart is installed into. In a CI environment, this could be the build number or
                                  the ID of a pull request. If not specified, the name of the chart is used
      --chart-dirs strings        Directories containing Helm charts. May be specified multiple times
                                  or separate values with commas (default [charts])
      --chart-repos strings       Additional chart repos to add so dependencies can be resolved. May be
                                  specified multiple times or separate values with commas
      --charts strings            Specific charts to test. Disables changed charts detection and
                                  version increment checking. May be specified multiple times
                                  or separate values with commas
      --config string             Config file
      --debug                     Print CLI calls of external tools to stdout (Note: depending on helm-extra-args
                                  passed, this may reveal sensitive data)
      --excluded-charts strings   Charts that should be skipped. May be specified multiple times
                                  or separate values with commas
      --helm-extra-args string    Additional arguments for Helm. Must be passed as a single quoted string
                                  (e. g. "--timeout 500 --tiller-namespace tiller"
  -h, --help                      help for install
      --remote string             The name of the Git remote used to identify changed charts (default "origin")
      --target-branch string      The name of the target branch used to identify changed charts (default "master")

SEE ALSO

  • ct - The Helm chart testing tool
Auto generated by spf13/cobra on 6-Nov-2018