From bc704be10e68f5361f51642e1bcd68bc90abca1a Mon Sep 17 00:00:00 2001 From: Andrea Borghi Date: Wed, 8 Feb 2023 15:31:17 +0100 Subject: [PATCH] Allow to set workingDir (#93) --- templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 26550b2..7e5055b 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -69,6 +69,9 @@ spec: startupProbe: {{- toYaml . | nindent 12 }} {{- end }} + {{- with $config.workingDir }} + workingDir: {{ . }} + {{- end }} {{- end }} {{- with $serviceDefinition.volumes }} volumes: