Skip to content

Commit 2424a11

Browse files
committed
fix helmfile apply command
1 parent 59b9a54 commit 2424a11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

installation/eks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ NOTE: it will take several minutes for all workloads to install and start runnin
3232
To speed up subsequent runs:
3333

3434
```bash
35-
set -a; source .env; set +a; helmfile apply --interactive --skip-deps
35+
set -a; source .env; set +a; helmfile apply --file Helmfile_eks.yaml --interactive --skip-deps
3636
```
3737

3838
## Optional: Configure ingress for Grafana

installation/gke.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This documentation focuses on installing the FinOps Stack in GKE standard/autopi
3434
For the first run:
3535

3636
```bash
37-
set -a; source .env; set +a; helmfile apply --interactive
37+
set -a; source .env; set +a; helmfile apply --file Helmfile_gke.yaml --interactive
3838
```
3939

4040
NOTE: it will take several minutes for all workloads to install and start running. Helmfile does display its progress in the terminal. All workloads get installed into the `finops-stack` namespace so you can also view progress using `kubectl`.

0 commit comments

Comments
 (0)