Skip to content

Commit 6a7825f

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/modules/ROOT/pages/basics.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Minikube::
7373
[.console-input]
7474
[source,bash,subs="attributes+,+macros"]
7575
----
76-
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,\
76+
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 \
7777
--version 12.1.2 bitnami/postgresql
7878
----
7979
--

0 commit comments

Comments
 (0)