You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation/gke.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This documentation focuses on installing the FinOps Stack in GKE standard/autopi
34
34
For the first run:
35
35
36
36
```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
38
38
```
39
39
40
40
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