2 Commits

Author SHA1 Message Date
a8d7b1c894 cs: yaml
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-28 22:09:42 +03:00
05f4a483d5 fix: Deployment syntax 2023-02-28 22:09:27 +03:00
5 changed files with 55 additions and 55 deletions

View File

@ -10,6 +10,6 @@ spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "hedgedoc.fullname" . }}:{{ .Values.service.port }}']
command: [ 'wget' ]
args: [ '{{ include "hedgedoc.fullname" . }}:{{ .Values.service.port }}' ]
restartPolicy: Never