This commit is contained in:
2023-03-03 23:02:51 +03:00
parent 964f7e9c5d
commit 93c81fddb9
2 changed files with 3 additions and 3 deletions

View File

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