mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-19 04:49:19 +00:00
Merge pull request #201 from bridgetkromhout/chart-clarity
Clarify chart install
This commit is contained in:
@@ -194,12 +194,19 @@ The chart's metadata includes an URL to the project's home page.
|
||||
|
||||
---
|
||||
|
||||
## Testing our chart
|
||||
## Testing our helm chart
|
||||
|
||||
- We can now install our chart with `helm install dockercoins`
|
||||
.exercise[
|
||||
|
||||
(In that case, `dockercoins` is the path to the chart)
|
||||
- Let's install our helm chart! (`dockercoins` is the path to the chart)
|
||||
```bash
|
||||
helm install dockercoins
|
||||
```
|
||||
]
|
||||
|
||||
- However, since the application is already deployed, this will fail
|
||||
--
|
||||
|
||||
- Since the application is already deployed, this will fail:<br>
|
||||
`Error: release loitering-otter failed: services "hasher" already exists`
|
||||
|
||||
- To avoid naming conflicts, we will deploy the application in another *namespace*
|
||||
|
||||
Reference in New Issue
Block a user