Skip to content

Commit deef0e0

Browse files
authored
Merge pull request #96 from helmwave/main
upd
2 parents 05e9fd2 + 36d9370 commit deef0e0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ This command renders `helmwave.yml.tpl` to `helmwave.yml`.
4040

4141
Helmwave builds plan in complete plan directory (`.helmwave` by default) that other commands use.
4242

43+
Build process by default includes schema validation against specific :simple-kubernetes: Kubernetes version (taken online), as well as diff. To build plan offline, combine [`--diff-mode=local`](cli/#-diff-mode) or `--diff-mode=none` with [`offline_kube_version`](yaml/#offline_kube_version).
44+
4345
A plan includes:
4446

4547
- Downloaded remote charts

docs/flags/diff-mode.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
> Introduced in [:material-tag: v0.12.0](https://github.com/helmwave/helmwave/releases/tag/v0.12.0)
44
55

6-
- `live` - diff with live cluster
7-
- `plan` - diff with local plan
6+
- `live` - diff with live :simple-kubernetes: cluster
7+
- `local` - diff with local plan
88
- `none` - disable diff
99

10+
Combine `--diff-mode=local` or `--diff-mode=none` with [`offline_kube_version`](yaml/#offline_kube_version) to build a plan without kubernetes.
11+
1012
![diff example](assets/diff.png)

docs/yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ If `offline_kube_version` set helmwave will use this version to build plan.
591591
Without this option, helmwave will ask :simple-kubernetes: kubernetes for a version.
592592
It is very useful if you want to build a plan without access to a cluster.
593593

594-
Combine `offline_kube_version` and `--diff-mode=local` or `--diff-mode=none` to build a plan without kubernetes.
594+
Combine `offline_kube_version` and [`--diff-mode=local`](cli/#-diff-mode) or `--diff-mode=none` to build a plan without kubernetes.
595595

596596
[:material-duck: example](examples/private-env/README.md)
597597

0 commit comments

Comments
 (0)