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

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