From dfd600eda393624e9bd37efa5fc7c07b48fe9f3a Mon Sep 17 00:00:00 2001 From: yonil Date: Sun, 9 Jan 2022 19:30:20 +0200 Subject: [PATCH] Small fix --- helm/charts/rezilion/templates/rezilion.yaml | 3 +-- helm/charts/rezilion/values.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/helm/charts/rezilion/templates/rezilion.yaml b/helm/charts/rezilion/templates/rezilion.yaml index 9fed017..47d7618 100644 --- a/helm/charts/rezilion/templates/rezilion.yaml +++ b/helm/charts/rezilion/templates/rezilion.yaml @@ -1,4 +1,3 @@ -{{- range .Values.applications }} --- apiVersion: v1 kind: ServiceAccount @@ -107,7 +106,7 @@ spec: - name: HERMES_EXECUTION_WITHOUT_CGROUPS value: periodic-run - name: COMMON_API_KEY - value: {{ .apiKey }} + value: {{ .Values.apiKey }} volumeMounts: - name: hermes-claim1 mountPath: /var/run/docker.sock diff --git a/helm/charts/rezilion/values.yaml b/helm/charts/rezilion/values.yaml index 54f56b7..a5fbae4 100644 --- a/helm/charts/rezilion/values.yaml +++ b/helm/charts/rezilion/values.yaml @@ -1,3 +1,2 @@ --- -applications: - - apiKey: "test_api_key" \ No newline at end of file +apiKey: "test_api_key" \ No newline at end of file