Skip to content

Commit 1acb28b

Browse files
authored
Merge pull request #5 from venkat-ar/patch-1
Update basics.adoc
2 parents 01a78c9 + 6a7825f commit 1acb28b

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)