Skip to content

Strict flag for values

Helmwave will fail when the file does not exist.

helmwave.yml
project: "Example: values strict flag"
version: "0.35.1"

repositories:
  - name: bitnami
    url: https://charts.bitnami.com/bitnami

.options: &options
  namespace: my-namespace
  wait: true

releases:
  - name: nginx
    <<: *options
    chart: bitnami/nginx
    values:
      - src: this_file_does_not_exist.yml
        strict: true