cs: fix
This commit is contained in:
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -1,6 +1,6 @@
|
||||
name: Build
|
||||
|
||||
on: [ push ]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user