Skip to content

Commit

Permalink
Fix WNGC field name in docs (#7274)
Browse files Browse the repository at this point in the history
Co-authored-by: Abhay Krishna Arunachalam <[email protected]>
  • Loading branch information
eks-distro-pr-bot and abhay-krishna authored Jan 9, 2024
1 parent c0dfce0 commit f666747
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/docs/clustermgmt/cluster-flux.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ After your cluster has been created, you can test the GitOps controller by modif
clusters/$CLUSTER_NAME/eksa-system/eksa-cluster.yaml
```

1. Modify the `workerNodeGroupsConfigurations[0].count` field with your desired changes.
1. Modify the `workerNodeGroupConfigurations[0].count` field with your desired changes.

1. Commit the file to your git repository

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
controlPlaneConfiguration:
count: 1 # increase this number to horizontally scale your control plane
...
workerNodeGroupsConfiguration:
workerNodeGroupConfigurations:
- count: 1 # increase this number to horizontally scale your data plane
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
controlPlaneConfiguration:
count: 1 # increase this number to horizontally scale your control plane
...
workerNodeGroupsConfiguration:
workerNodeGroupConfigurations:
- count: 1 # increase this number to horizontally scale your data plane
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
controlPlaneConfiguration:
count: 1 # increase this number to horizontally scale your control plane
...
workerNodeGroupsConfiguration:
workerNodeGroupConfigurations:
- count: 1 # increase this number to horizontally scale your data plane
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
controlPlaneConfiguration:
count: 1 # increase this number to horizontally scale your control plane
...
workerNodeGroupsConfiguration:
workerNodeGroupConfigurations:
- count: 1 # increase this number to horizontally scale your data plane
```

Expand Down

0 comments on commit f666747

Please sign in to comment.