Skip to content

Commit

Permalink
update python command (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhant2001 authored Oct 4, 2024
1 parent 1c443f0 commit 256d902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/schema-compatibility/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- |
echo "Running python script: compatibility changer"
cd /opt/schema-compatibility
/opt/venv/bin/python -m cron-job.py
/opt/venv/bin/python cron-job.py
image: "{{ .Values.schemaCompatibility.image.repository }}:{{ default $.Chart.AppVersion .Values.schemaCompatibility.image.tagOverride }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
name: {{ .Values.schemaCompatibility.name }}
Expand Down

0 comments on commit 256d902

Please sign in to comment.