Skip to content

Commit b209a71

Browse files
committed
fix(docs): update solution - update docs
Signed-off-by: Brandt Keller <brandt.keller@defenseunicorns.com>
1 parent 517bbd1 commit b209a71

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

01-create-zarf-package/solution/baseline-values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
configs:
2+
params:
3+
server.insecure: true
4+
15
redis-ha:
26
enabled: false
37

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ In this tutorial, you'll build a Zarf package for [ArgoCD](https://argo-cd.readt
1414
## Prerequisites
1515

1616
- [Zarf installed](https://docs.zarf.dev/getting-started/install/) and on your `PATH`
17-
- A Kubernetes cluster with `kubectl` configured to reach it
18-
- [Helm](https://helm.sh/docs/intro/install/) installed
17+
- A Kubernetes cluster
1918

2019
### Kubernetes Options
2120

@@ -31,9 +30,16 @@ Any local cluster will work. Some common choices:
3130
Whichever you choose, verify your cluster is reachable before starting:
3231

3332
```bash
34-
kubectl cluster-info
33+
zarf tools kubectl cluster-info
3534
```
3635

36+
Then initialize your cluster for with the required Zarf infrastructure:
37+
```bash
38+
zarf init
39+
```
40+
41+
Select `y` to confirm deploying the package and `y` for the `git-server` component.
42+
3743
## Tutorial Structure
3844

3945
| Part | Description |

0 commit comments

Comments
 (0)