Skip to content

Commit

Permalink
Update gdcdb-create-job.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 authored Nov 11, 2024
1 parent b5e981b commit 700b3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/services/jobs/gdcdb-create-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
creds = json.load(open('/var/www/sheepdog/creds.json', 'r'))
print('declare -A db_creds')
for key in ['db_host', 'db_username', 'db_password', 'db_database']:
print("db_creds['%s']='%s'" % (key, creds[key]))
print("db_creds['%s']='%s'" % (key, creds[key]))
EOM
)
#
Expand Down

0 comments on commit 700b3e2

Please sign in to comment.