Skip to content

Commit

Permalink
change creds name
Browse files Browse the repository at this point in the history
  • Loading branch information
BinamB committed Sep 10, 2024
1 parent ea55e48 commit 35a9b75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kube/services/jobs/indexd-single-table-migration-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- name: config-helper
configMap:
name: config-helper
- name: creds-volume-bk
- name: creds-volume-new
secret:
secretName: "indexd-new-creds" # pragma: allowlist secret
containers:
Expand All @@ -59,9 +59,9 @@ spec:
readOnly: true
mountPath: "/var/www/indexd/config_helper.py"
subPath: config_helper.py
- name: "creds-volume-bk"
- name: "creds-volume-new"
readOnly: true
mountPath: "/var/www/indexd/creds_bk.json"
mountPath: "/var/www/indexd/creds_new.json"
subPath: creds.json
resources:
requests:
Expand All @@ -72,7 +72,7 @@ spec:
args:
- "-c"
- |
flags="--creds-path /var/www/indexd/creds_bk.json"
flags="--creds-path /var/www/indexd/creds_new.json"
if [[ -n "$START_DID" ]]; then
flags="$flags --start-did $START_DID"
fi
Expand Down

0 comments on commit 35a9b75

Please sign in to comment.