Skip to content

Commit

Permalink
Updated readmefile
Browse files Browse the repository at this point in the history
Signed-off-by: Devesh Sharma <devesh@obmondo.com>
  • Loading branch information
Devesh Sharma committed Aug 27, 2024
1 parent 3875c4b commit 85326b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions argocd-helm-charts/capi-cluster/charts/azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ az ad sp create-for-rbac --role Contributor --scopes="/subscriptions/${AZURE_SUB
```sh
kubectl create secret generic "${AZURE_CLUSTER_IDENTITY_SECRET_NAME}" --from-literal=clientSecret="${AZURE_CLIENT_SECRET}"
```
### Create Kubernetes Secret for controlplan

```sh
kubectl create secret generic "${CONTROL_NAME_JSON}" --from-file sp.json -n capz-system
```

### Create Kubernetes Secret for workernode

```sh
kubectl create secret generic "${WORKER_NAME_JSON}" --from-file sp.json -n capz-system
```

### Values Configuration

Expand Down

0 comments on commit 85326b5

Please sign in to comment.