Skip to content

Commit

Permalink
Allow to set workingDir (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
danduk82 authored Feb 8, 2023
1 parent e6a754a commit bc704be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ spec:
startupProbe:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- with $config.workingDir }}
workingDir: {{ . }}
{{- end }}
{{- end }}
{{- with $serviceDefinition.volumes }}
volumes:
Expand Down

0 comments on commit bc704be

Please sign in to comment.