diff --git a/infra/config.yaml b/infra/config.yaml index 4f6780a2..d9e1843b 100644 --- a/infra/config.yaml +++ b/infra/config.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: app - version: '0.0.48' + version: "0.0.48" sourceRef: kind: HelmRepository name: vibioh @@ -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: @@ -40,7 +40,7 @@ spec: ingress: enabled: true hosts: - - ketchup.vibioh.fr + - ketchup.vibioh.fr --- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease @@ -52,7 +52,7 @@ spec: chart: spec: chart: postgres - version: '0.0.19' + version: "0.0.19" sourceRef: kind: HelmRepository name: vibioh