Skip to content

Commit

Permalink
extra info
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Sep 10, 2024
1 parent d2eb050 commit ea55e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kube/services/jobs/indexd-single-table-migration-job.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Setup for running this migration https://github.com/uc-cdis/indexd/blob/master/docs/migration_to_single_table_indexd.md
apiVersion: batch/v1
kind: Job
metadata:
Expand Down Expand Up @@ -38,7 +39,7 @@ spec:
name: config-helper
- name: creds-volume-bk
secret:
secretName: "indexd-bk-creds" # pragma: allowlist secret
secretName: "indexd-new-creds" # pragma: allowlist secret
containers:
- name: indexd
GEN3_INDEXD_IMAGE
Expand Down

0 comments on commit ea55e48

Please sign in to comment.