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

This commit is contained in:
2023-03-17 17:00:07 +03:00
parent 2f2043e915
commit 2324e7d6e2
9 changed files with 112 additions and 112 deletions

View File

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