Skip to content

Commit

Permalink
Fix file
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Jul 23, 2024
1 parent 635d830 commit d2eb050
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,12 @@ spec:
subPath: config_helper.py
- name: "creds-volume-bk"
readOnly: true
mountPath: /var/www/indexd/creds_bk.json""
mountPath: "/var/www/indexd/creds_bk.json"
subPath: creds.json
resources:
requests:
cpu: 1000m
memory: 1Gi
imagePullPolicy: Always
command: ["/bin/bash"]
args:
Expand All @@ -74,3 +78,5 @@ spec:
time python /indexd/bin/migrate_to_single_table.py $flags
echo "Exit code: $?"
restartPolicy: Never


0 comments on commit d2eb050

Please sign in to comment.