Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
farrukh90 committed Dec 12, 2023
1 parent 5acb54f commit b45c126
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ helm create application

### 4. Install test helm chart
```
./helm install test application
helm install artemis application
```
### 5. Verify
```
* helm list
* kubectl get all
helm list
kubectl get all
```
### 6. Uninstall helm chart
```
./helm uninstall test
helm uninstall test
```

# This repository contains all the requirements of artemis application. And the application is versioned in branches
Expand Down

0 comments on commit b45c126

Please sign in to comment.