Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yonilevy1 committed Jan 9, 2022
1 parent 34ca3b2 commit dfd600e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions helm/charts/rezilion/templates/rezilion.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- range .Values.applications }}
---
apiVersion: v1
kind: ServiceAccount
Expand Down Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions helm/charts/rezilion/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
---
applications:
- apiKey: "test_api_key"
apiKey: "test_api_key"

0 comments on commit dfd600e

Please sign in to comment.