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