This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user