Skip to content

Commit

Permalink
easier copy&paste
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Feb 2, 2024
1 parent 27d5988 commit 341340f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,18 @@ Please note that the token in the kubeconfig is [only valid for 8 hours](https:/

To keep this project separate from your other deployments I would suggest to create a namespace:

`kubectl create namespace cap-azure-ad-b2c`
```bash
kubectl create namespace cap-azure-ad-b2c
```

Deploy the configuration:

`kubectl -n cap-azure-ad-b2c apply -f kyma/deployment.yaml`
```bash
kubectl -n cap-azure-ad-b2c apply -f kyma/deployment.yaml
```

Update the container:

`kubectl -n cap-azure-ad-b2c rollout restart deployment/cap-azure-ad-b2c`
```bash
kubectl -n cap-azure-ad-b2c rollout restart deployment/cap-azure-ad-b2c
```

0 comments on commit 341340f

Please sign in to comment.