mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
971 B
971 B
Helmfile
Declarative spec for deploying helm charts.
Leverages kubectl.
Table of contents
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.values.yaml'
Further readings
Sources
All the references in the further readings section, plus the following: