Skip to content

Commit

Permalink
fix argo resource
Browse files Browse the repository at this point in the history
  • Loading branch information
illomi7 committed Jan 24, 2024
1 parent 5f347c0 commit 135021d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/metaman/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: metaman
description: Metaman Helm chart for Kubernetes

type: application
version: 0.1.9
appVersion: "0.1.9"
version: 0.1.10
appVersion: "0.1.10"
2 changes: 1 addition & 1 deletion charts/metaman/templates/argo_drop_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ spec:
- >-
drop -c /config/config.yml -d {{printf "{{inputs.parameters.db}} -m {{inputs.parameters.metastore}} -t {{inputs.parameters.tables}}"}}
resources:
{{.Values.resources}}
{{ toYaml .Values.resources | nindent 10 }}
3 changes: 1 addition & 2 deletions charts/metaman/templates/argo_sync_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ spec:
args:
- >-
sync -c /config/config.yml -d {{printf "{{inputs.parameters.db}} -s {{inputs.parameters.source_metastore}} -t {{inputs.parameters.target_metastore}} --tables {{inputs.parameters.tables}}"}}
resources:
{{.Values.resources}}
resources: {{ toYaml .Values.resources | nindent 10 }}

0 comments on commit 135021d

Please sign in to comment.