Commit 6a7825f
authored
Update basics.adoc
Extra comma in set argument, doesn't allow to install the chart
Error:
```
➜ ~ helm install faq-db --set global.postgresql.auth.username=faq-default,global.postgresql.auth.password=postgres,global.postgresql.auth.database=faq,primary.persistence.enabled=false,\
--version 12.1.2 bitnami/postgresql
Error: INSTALLATION FAILED: expected at most two arguments, unexpected arguments: bitnami/postgresql
```1 parent 01a78c9 commit 6a7825f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments