feat(common): Release v3.3.0 (#335)

This commit is contained in:
Bernd Schorgers 2024-07-29 14:50:49 +02:00 committed by GitHub
parent 040eb7b9d2
commit 74f3170cec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 386 additions and 10 deletions

View file

@ -50,6 +50,12 @@ resources: {{ toYaml . | trim | nindent 2 }}
{{- end -}}
{{- with $containerObject.restartPolicy }}
restartPolicy: {{ . | trim }}
{{- end -}}
{{- with $containerObject.stdin }}
stdin: {{ . | trim }}
{{- end -}}
{{- with $containerObject.tty }}
tty: {{ . | trim }}
{{- end -}}
{{- with (include "bjw-s.common.lib.container.field.volumeMounts" (dict "ctx" $ctx) | trim) }}
volumeMounts: {{ . | trim | nindent 2 }}