Fix errors in installation tracking related to proxy_ok and install_k8s_ok
[osm/devops.git] / installers / install_ngsa.sh
index 87f5daa..8f18f03 100755 (executable)
@@ -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}