opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

Setup of secrets during install.sh does not work if secret contains `/` #670

Closed michaelsauter closed 1 year ago

michaelsauter commented 1 year ago

Non-escaped forward slashes break the sed statement used for creating a K8s secret for the read value. This is likely to happen for the Aqua URL, but can obviously also happen for passwords.

Workaround is to escape forward slashes.