@@ -37,7 +37,7 @@ INSTALL_INTERACTIVE=''
3737INSTALL_SCANNERS=' '
3838INSTALL_DEMO_TARGETS=' '
3939INSTALL_HOOKS=' '
40- INSTALL_NAMESPACED=' false '
40+ INSTALL_NAMESPACED=' '
4141
4242SCB_SYSTEM_NAMESPACE=' securecodebox-system'
4343SCB_DEMO_NAMESPACE=' demo-targets'
@@ -209,11 +209,11 @@ function interactiveInstall() {
209209
210210 print
211211 print " Starting to install hooks..."
212- installResources " $BASE_DIR /hooks" " $NAMESPACE " False
212+ installResources " $BASE_DIR /hooks" " $NAMESPACE " " "
213213
214214 print
215215 print " Starting to install scanners..."
216- installResources " $BASE_DIR /scanners" " $NAMESPACE " False
216+ installResources " $BASE_DIR /scanners" " $NAMESPACE " " "
217217
218218 print
219219 print " $COLOR_OK " " Information about your cluster:"
@@ -231,13 +231,13 @@ function unattendedInstall() {
231231 if [[ -n " ${INSTALL_DEMO_APPS} " ]]; then
232232 print " Starting to install 'demo-targets' into namespace '$SCB_DEMO_NAMESPACE ' ..."
233233 kubectl create namespace " $SCB_DEMO_NAMESPACE " || print " Namespace '$SCB_DEMO_NAMESPACE ' already exists or could not be created!"
234- installResources " $BASE_DIR /demo-targets" " $SCB_DEMO_NAMESPACE " True
234+ installResources " $BASE_DIR /demo-targets" " $SCB_DEMO_NAMESPACE " " true "
235235 fi
236236
237237 if [[ -n " ${INSTALL_SCANNERS} " ]]; then
238238 print " Starting to install 'scanners' into namespace '$SCB_NAMESPACE ' ..."
239239 kubectl create namespace " $SCB_NAMESPACE " || print " Namespace '$SCB_NAMESPACE ' already exists or could not be created!"
240- installResources " $BASE_DIR /scanners" " $SCB_NAMESPACE " True
240+ installResources " $BASE_DIR /scanners" " $SCB_NAMESPACE " " true "
241241 fi
242242
243243 if [[ -n " ${INSTALL_HOOKS} " ]]; then
0 commit comments