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

This commit is contained in:
2023-03-17 17:00:07 +03:00
parent e1cb6aa695
commit 66c59324a9
3 changed files with 20 additions and 20 deletions

View File

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