SUSE / suse-best-practices

SUSE Best Practices documentation series
43 stars 74 forks source link

[doc] Issue in "Deploying the chart" #454

Closed dmathern86 closed 1 month ago

dmathern86 commented 1 month ago

Deploying the chart:

https://documentation.suse.com/sbp/sap-other/html/SAP-EIC/index.html#id-deploying-the-chart

There is a syntax error in the install application code block $ helm install metallb oci://dp.apps.rancher.io/charts/redis \ -f values.yaml \ --namespace=redis --version

needs to be replace with $ helm install redis oci://dp.apps.rancher.io/charts/redis \ -f values.yaml \ --namespace=redis --version

chabowski commented 1 month ago

This should be fixed with the next public build of the repo. Thanks for reporting!