X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_ngsa.sh;h=8f18f03aa58c4b1d5763fb5545d258885e52f032;hb=b17abf76811b74f98bd5852d6ce4010a4acb680a;hp=87f5daa1d7c37644c2e8025feec1fc9c047a8e22;hpb=8080e4b32d3dc5e66ea85a503a4daa79df3098d0;p=osm%2Fdevops.git diff --git a/installers/install_ngsa.sh b/installers/install_ngsa.sh index 87f5daa1..8f18f03a 100755 --- a/installers/install_ngsa.sh +++ b/installers/install_ngsa.sh @@ -34,7 +34,6 @@ function install_airflow() { if ! helm -n osm status airflow 2> /dev/null ; then # if it does not exist, create secrets and install - kubectl -n osm create secret generic airflow-webserver-secret --from-literal="webserver-secret-key=$(python3 -c 'import secrets; print(secrets.token_hex(16))')" helm repo add apache-airflow https://airflow.apache.org helm repo update helm -n osm install airflow apache-airflow/airflow -f ${OSM_HELM_WORK_DIR}/airflow-values.yaml --version ${AIRFLOW_HELM_VERSION}