Skip to content

Commit

Permalink
Merge pull request #522 from bcgov/chore/fix-syntax-error
Browse files Browse the repository at this point in the history
chore: fix syntax error in job args
  • Loading branch information
dleard authored Jun 19, 2023
2 parents 5e15dff + 6f2505f commit e7ae49b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ spec:
"-d", "$(GGIRCS_DATABASE)",
"-u", "$(GGIRCS_USER)",
"-p", "$(GGIRCS_PASSWORD)",
"--schemas", "swrs,swrs_extract,swrs_history","ggircs_parameters",
"--schemas", "swrs,swrs_extract,swrs_history,ggircs_parameters",
"--privileges", "select"
]

0 comments on commit e7ae49b

Please sign in to comment.