Skip to content

Commit

Permalink
ci: Fixing way to declare name
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Mar 2, 2021
1 parent 1a3ab91 commit 82e83e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: app
version: '0.0.48'
version: "0.0.48"
sourceRef:
kind: HelmRepository
name: vibioh
Expand All @@ -28,8 +28,8 @@ spec:
name: vibioh/goweb
tag: "202103020809" # {"$imagepolicy": "default:flux-goweb-api:tag"}
config:
API_LOGGER_JSON: 'true'
API_LOGGER_JSON: "true"
ingress:
enabled: true
hosts:
- api.vibioh.fr
- api.vibioh.fr

0 comments on commit 82e83e0

Please sign in to comment.