Compare commits
2 Commits
ee920b798a
...
a8d7b1c894
Author | SHA1 | Date | |
---|---|---|---|
a8d7b1c894
|
|||
05f4a483d5
|
@ -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
|
||||
|
Reference in New Issue
Block a user