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

This commit is contained in:
2023-03-02 23:44:38 +03:00
parent 1975611101
commit 6342d7be31
8 changed files with 98 additions and 94 deletions

View File

@@ -8,8 +8,8 @@ metadata:
"helm.sh/hook": test-success
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "common.fullname" . }}:{{ .Values.service.port }}']
- name: wget
image: busybox
command: [ 'wget' ]
args: [ '{{ include "common.fullname" . }}:{{ .Values.service.port }}' ]
restartPolicy: Never