Skip to content

Commit

Permalink
Merge pull request #50 from dynamofl/helm-api
Browse files Browse the repository at this point in the history
Fix json issues in api config map
  • Loading branch information
sakshm-aurora authored Aug 2, 2024
2 parents 546fe51 + 709b0ec commit 63a3ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/dynamoai-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.12
version: 0.1.13

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 2 additions & 1 deletion charts/dynamoai-api/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ kind: ConfigMap
metadata:
name: init-components-config
data:
init-config-json: {{ include "dynamoai.init.apiEnv" . | indent 4 }}
init-config-json: |-
{{ include "dynamoai.init.apiEnv" . | indent 4 }}

0 comments on commit 63a3ccf

Please sign in to comment.