Skip to content

Commit

Permalink
Fixed two copy paste errors in code block
Browse files Browse the repository at this point in the history
Copy and paste errors caused two wrong code blocks. This is fixed now.
  • Loading branch information
chabowski committed Oct 24, 2024
1 parent 93b59c8 commit 5bc2722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adoc/SAP-EIC-PostgreSQL.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ persistentVolumeClaimRetentionPolicy:
To install the application, run:
[source, bash]
----
$ helm install metallb oci://dp.apps.rancher.io/charts/postgres -f values.yaml --namespace=postgres
$ helm install postgres oci://dp.apps.rancher.io/charts/postgres -f values.yaml --namespace=postgres
----


2 changes: 1 addition & 1 deletion adoc/SAP-EIC-Redis.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ tls:
To install the application, run:
[source, bash]
----
$ helm install metallb oci://dp.apps.rancher.io/charts/redis \
$ helm install redis oci://dp.apps.rancher.io/charts/redis \
-f values.yaml \
--namespace=redis
--version
Expand Down

0 comments on commit 5bc2722

Please sign in to comment.