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 <bob@vibioh.fr>
  • Loading branch information
ViBiOh committed Mar 2, 2021
1 parent fe7e10e commit 1fc758d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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,9 +28,9 @@ spec:
name: vibioh/ketchup
tag: "202103021911" # {"$imagepolicy": "default:flux-ketchup-web:tag"}
config:
KETCHUP_LOGGER_JSON: 'true'
KETCHUP_LOGGER_JSON: "true"
KETCHUP_DB_HOST: ketchup-db
KETCHUP_DB_PORT: '80'
KETCHUP_DB_PORT: "80"
KETCHUP_DB_NAME: ketchup
KETCHUP_DB_USER: ketchup
secrets:
Expand All @@ -40,7 +40,7 @@ spec:
ingress:
enabled: true
hosts:
- ketchup.vibioh.fr
- ketchup.vibioh.fr
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
Expand All @@ -52,7 +52,7 @@ spec:
chart:
spec:
chart: postgres
version: '0.0.19'
version: "0.0.19"
sourceRef:
kind: HelmRepository
name: vibioh
Expand Down

0 comments on commit 1fc758d

Please sign in to comment.