EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit c56ba497 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

hide the createDefaultCoverageTypes into the init

to not bloat the chart
parent ae29f16a
No related branches found
No related tags found
No related merge requests found
Pipeline #20991 passed
......@@ -88,7 +88,7 @@
{{- if .Values.global.collections }}
if python3 manage.py id check {{ index (keys $.Values.global.collections | sortAlpha) 0 | quote }}; then
echo "Initializing database"
{{- if .Values.config.createDefaultCoverageTypes }}
{{- if .Values.config.createDefaultCoverageTypes | default true }}
python3 manage.py coveragetype import /opt/core/rgbnir_definition.json --traceback
python3 manage.py coveragetype import /opt/core/def-sentinel-2-l1c-l2a.json --traceback
......
......@@ -28,7 +28,6 @@ config:
pathBackends: []
preHandlers: []
postHandlers: []
createDefaultCoverageTypes: true
global:
env:
......
......@@ -88,7 +88,7 @@
{{- if .Values.global.collections }}
if python3 manage.py id check {{ index (keys $.Values.global.collections | sortAlpha) 0 | quote }}; then
echo "Initializing database"
{{- if .Values.config.createDefaultCoverageTypes }}
{{- if .Values.config.createDefaultCoverageTypes | default true }}
python3 manage.py coveragetype import /opt/core/rgbnir_definition.json --traceback
python3 manage.py coveragetype import /opt/core/def-sentinel-2-l1c-l2a.json --traceback
......
......@@ -46,7 +46,6 @@ ingress:
config:
enableHttpAccess: false
createDefaultCoverageTypes: true
global:
env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment