Skip to content

Commit

Permalink
fix: testListObject env variable as string (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantam authored Apr 11, 2023
1 parent e13ee6c commit a5778f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/benchmark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: benchmark
description: A Kubernetes Helm chart to deploy OpenFGA and run the standard benchmark suite against it.

type: application
version: 0.0.2
version: 0.0.3
appVersion: "v0.4.2"

home: "https://openfga.github.io/helm-charts/charts/benchmark"
Expand Down
2 changes: 1 addition & 1 deletion charts/benchmark/templates/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
{{- end }}
{{- if .Values.testListObject }}
- name: "TEST_LIST_OBJECT"
value: {{ .Values.testListObject }}
value: "{{ .Values.testListObject }}"
{{- end }}
- name: K6_CLOUD_PROJECT_ID
value: "{{ .Values.k6.projectID }}"
Expand Down

0 comments on commit a5778f5

Please sign in to comment.