Skip to content

Commit de39730

Browse files
committed
Add our Helm repo in install script
In our documentation we assume that our Helm repo was added, so we should do this in our install script, too. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 2f586e1 commit de39730

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bin/install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,10 @@ exitIfKubectlIsNotInstalled
310310
exitIfHelmIsNotInstalled
311311
createNamespaceAndInstallOperator
312312

313+
# Since this script installs from the local Helm charts the repo is not necessary beforehand.
314+
# But add the Helm reposiotry so the docuemtned installation instructions work as described.
315+
helm repo add secureCodeBox https://charts.securecodebox.io
316+
313317
if [[ -n "${INSTALL_INTERACTIVE}" ]]; then
314318
interactiveInstall
315319
else

0 commit comments

Comments
 (0)