From ee0fc45bc6c82e5887a2fc9a5d80e9f6ac847ec6 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 16 Dec 2023 16:54:42 +0100 Subject: [PATCH] chore(dispatch) restructuring values --- charts/dispatch/Chart.yaml | 2 +- charts/dispatch/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/dispatch/Chart.yaml b/charts/dispatch/Chart.yaml index ac89391..ad7686c 100644 --- a/charts/dispatch/Chart.yaml +++ b/charts/dispatch/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: dispatch description: Netflix Dispatch incident management system -version: 0.2.2 \ No newline at end of file +version: 0.2.3 \ No newline at end of file diff --git a/charts/dispatch/values.yaml b/charts/dispatch/values.yaml index 6f1c801..e80c1d2 100644 --- a/charts/dispatch/values.yaml +++ b/charts/dispatch/values.yaml @@ -1,4 +1,4 @@ -envFromSecret: *secret dispatch-secret +envFromSecret: &secret dispatch-secret image: repository: ghcr.io/tommy-skaug/dispatch @@ -12,7 +12,7 @@ initContainers: tag: "16" envFrom: - secretRef: - name: &secret + name: *secret url: http://localhost:80 @@ -33,4 +33,4 @@ postgres: database_name: "dispatch" port: "5432" secretRef: - name: &secret \ No newline at end of file + name: *secret \ No newline at end of file