Files
oam/knowledge base/helmfile.md
2022-08-04 17:27:17 +02:00

349 B

Helmfile

  1. TL;DR

TL;DR

# Show what happens in the internal computations.
helmfile --debug -e environment apply

# Show the difference between the current state and what would be applied.
# Requires `helm` to have the 'diff' plugin installed.
helmfile
  -f custom.yml
  -e environment
  diff
    --values environment.yaml