We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6753fd5 commit 205f106Copy full SHA for 205f106
1 file changed
hull-vidispine-addon/templates/_library.tpl
@@ -521,6 +521,7 @@ initContainers:
521
name: custom-scripts
522
mountPath: /custom-scripts
523
set-custom-script-permissions:
524
+ enabled: false
525
image:
526
repository: {{ dig "images" "dbTools" "repository" "vpms/dbtools" $parent.Values.hull.config.specific }}
527
tag: {{ (dig "images" "dbTools" "tag" (dig "tags" "dbTools" "2.0-noroot" $parent.Values.hull.config.specific) $parent.Values.hull.config.specific) | toString | quote }}
@@ -650,6 +651,7 @@ volumes:
650
651
script-configmap:
652
configMap:
653
name: {{ $createScriptConfigMap }}
654
+ defaultMode: 0777
655
custom-scripts:
656
emptyDir: {}
657
{{ end }}
0 commit comments