Skip to content

Commit

Permalink
fix: update openshift template
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanb committed Jan 24, 2024
1 parent 62830ff commit fc298fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deploy/openshift/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -794,9 +794,6 @@ objects:
- -ec
- '/opt/guac/guacgql \
# not sure why --db-migrate=false has to be a single argument, but
it won''t work otherwise
"--gql-backend" "ent" "--db-address" "postgres://${DB_USER}:${DB_PASSWORD}@${PGHOST}:${PGPORT}/${DB_NAME}${TC_PGOPTIONS}"
"--db-driver" "postgres" "--db-debug" "true" "--db-migrate=false"
Expand Down

0 comments on commit fc298fa

Please sign in to comment.