cs: yaml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-28 22:09:42 +03:00
parent 05f4a483d5
commit a8d7b1c894
5 changed files with 55 additions and 55 deletions

View File

@ -8,8 +8,8 @@ metadata:
"helm.sh/hook": test
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "hedgedoc.fullname" . }}:{{ .Values.service.port }}']
- name: wget
image: busybox
command: [ 'wget' ]
args: [ '{{ include "hedgedoc.fullname" . }}:{{ .Values.service.port }}' ]
restartPolicy: Never