Skip to content

Commit

Permalink
fix: attempting to generate json on values.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Jan 21, 2025
1 parent 33ab920 commit d3fa1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/onroutebc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ frontend:
fromValues:
- name: TIMESTAMP
value: "{{ now | toString }}"
${{fromJson .Values.global.env}}
{{fromJson .Values.global.env}}
ports:
- name: http
containerPort: 3000
Expand Down

0 comments on commit d3fa1db

Please sign in to comment.