Skip to content

Commit

Permalink
fix: template generate error fixed
Browse files Browse the repository at this point in the history
Presence of square brackets create incorrect command when passed to template. This commit removes square brackets and now the chart should be installable. Verified by helm template datahub-ingestion-cron
  • Loading branch information
sachinsaju authored Oct 30, 2023
1 parent b9f3c62 commit bf2314d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ crons: {}
# fileName:

## Command to be executed
#command: ["datahub ingest -c <recipe.fileName>"]
#command: "datahub ingest -c <recipe.fileName>"

## Deployment pod host aliases
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
Expand Down

0 comments on commit bf2314d

Please sign in to comment.