We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c951cb commit 1a18c69Copy full SHA for 1a18c69
charts/geonode/templates/geonode/geonode-tasks-py-conf.yaml
@@ -427,12 +427,12 @@ data:
427
@task
428
def prescript(ctx):
429
print("**********************geonode-k8s pre ***************************")
430
- {{ .Values.geonode.tasks_pre_script }}
+ {{ .Values.geonode.tasks_pre_script | indent 8 | trim }}
431
432
433
def postscript(ctx):
434
print("**********************geonode-k8s post ***************************")
435
- {{ .Values.geonode.tasks_post_script }}
+ {{ .Values.geonode.tasks_post_script | indent 8 | trim }}
436
437
438
def _update_db_connstring():
0 commit comments