Skip to content

Commit 82e83e0

Browse files
committed
ci: Fixing way to declare name
Signed-off-by: Vincent Boutour <[email protected]>
1 parent 1a3ab91 commit 82e83e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infra/config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
chart:
99
spec:
1010
chart: app
11-
version: '0.0.48'
11+
version: "0.0.48"
1212
sourceRef:
1313
kind: HelmRepository
1414
name: vibioh
@@ -28,8 +28,8 @@ spec:
2828
name: vibioh/goweb
2929
tag: "202103020809" # {"$imagepolicy": "default:flux-goweb-api:tag"}
3030
config:
31-
API_LOGGER_JSON: 'true'
31+
API_LOGGER_JSON: "true"
3232
ingress:
3333
enabled: true
3434
hosts:
35-
- api.vibioh.fr
35+
- api.vibioh.fr

0 commit comments

Comments
 (0)