X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fvalues%2Fairflow-values.yaml;h=2bcd44db26d196bc6e49b8383f590b16ecdb2d16;hb=29484f1b6f6e67bbb7192fb9f0633141c699d1a7;hp=fd7eb6349c2a6947e9fdb72214900ecd4e7af38a;hpb=0cdfb57951187cc077418f6d76976469ff72b691;p=osm%2Fdevops.git diff --git a/installers/helm/values/airflow-values.yaml b/installers/helm/values/airflow-values.yaml index fd7eb634..2bcd44db 100644 --- a/installers/helm/values/airflow-values.yaml +++ b/installers/helm/values/airflow-values.yaml @@ -1,19 +1,16 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. --- defaultAirflowRepository: opensourcemano/airflow defaultAirflowTag: "13" @@ -25,10 +22,20 @@ webserver: - name: airflow-ui port: "{{ .Values.ports.airflowUI }}" targetPort: "{{ .Values.ports.airflowUI }}" -extraEnvFrom: | - - secretRef: - name: ngsa-secret +extraEnv: | + - name: AIRFLOW__API__AUTH_BACKENDS + value: 'airflow.api.auth.backend.basic_auth' + - name: AIRFLOW__LOGGING__LOGGING_LEVEL + value: 'INFO' + - name: OSMMON_DATABASE_COMMONKEY + valueFrom: + secretKeyRef: + name: osm-secret + key: OSM_DATABASE_COMMONKEY +# extraEnvFrom: | +# - secretRef: +# name: ngsa-secret config: core: - dags_folder: "/usr/lib/python3/dist-packages/osm_ngsa" + dags_folder: "/home/airflow/.local/lib/python3.10/site-packages/osm_ngsa"