fix(aula-09): escapar colchetes no comando helm upgrade para zsh
This commit is contained in:
@@ -177,10 +177,10 @@ source .env
|
|||||||
helm upgrade n8n community-charts/n8n \
|
helm upgrade n8n community-charts/n8n \
|
||||||
-n n8n \
|
-n n8n \
|
||||||
-f custom-values.yaml \
|
-f custom-values.yaml \
|
||||||
--set ingress.hosts[0].host=${N8N_HOST} \
|
--set "ingress.hosts[0].host=${N8N_HOST}" \
|
||||||
--set ingress.hosts[0].paths[0].path=/ \
|
--set "ingress.hosts[0].paths[0].path=/" \
|
||||||
--set ingress.hosts[0].paths[0].pathType=Prefix \
|
--set "ingress.hosts[0].paths[0].pathType=Prefix" \
|
||||||
--set webhook.url=https://${N8N_HOST} \
|
--set "webhook.url=https://${N8N_HOST}" \
|
||||||
--wait \
|
--wait \
|
||||||
--timeout 10m
|
--timeout 10m
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user