X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=installers%2Finstall_ngsa.sh;h=8f18f03aa58c4b1d5763fb5545d258885e52f032;hb=b6c30b4ef1d0d4a58d07dfd7a47ae8545eb3b5f1;hp=87f5daa1d7c37644c2e8025feec1fc9c047a8e22;hpb=29484f1b6f6e67bbb7192fb9f0633141c699d1a7;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}