From 64ca4013ab6c8f90b18224a4804335c6207482e5 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 30 Dec 2023 10:00:05 +0100 Subject: [PATCH] nvm --- charts/dispatch/values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/dispatch/values.yaml b/charts/dispatch/values.yaml index b56972a..f27f66b 100644 --- a/charts/dispatch/values.yaml +++ b/charts/dispatch/values.yaml @@ -2,7 +2,7 @@ envFromSecret: dispatch-secret image: repository: ghcr.io/tommy-skaug/dispatch - tag: v20230919 + tag: v20230919 pullPolicy: Always initContainers: @@ -11,8 +11,8 @@ initContainers: repository: ghcr.io/onedr0p/postgres-init tag: "16" envFrom: - - secretRef: - name: dispatch-secret + - secretRef: + name: dispatch-secret url: http://localhost:80 @@ -35,7 +35,7 @@ scheduler: enabled: true postgres: - hostname: "postgres-rw.databases.svc.cluster.local" + hostname: "postgres-rw.databases.svc.cluster.local" database_name: "dispatch" - port: "5432" - secretName: dispatch-secret \ No newline at end of file + port: "5432" + secretName: dispatch-secret