mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-21 18:28:29 +00:00
Merge pull request #164 from NeilHanlon/fix/sync-hydra-to-ui
fix: hydra v2 removed arg
This commit is contained in:
commit
e1be0a6e92
@ -16,7 +16,7 @@ resfdeploy.new({
|
||||
command: '/bin/sh',
|
||||
// We can use dangerous-force-http because we're using mTLS internally
|
||||
// and terminate TLS at ingress point.
|
||||
args: common.sh_args($.dsn, '/usr/bin/hydra serve admin --dangerous-force-http'),
|
||||
args: common.sh_args($.dsn, '/usr/bin/hydra serve admin'),
|
||||
image: common.image,
|
||||
tag: common.tag,
|
||||
dsn: {
|
||||
|
@ -15,7 +15,7 @@ resfdeploy.new({
|
||||
command: '/bin/sh',
|
||||
// We can use dangerous-force-http because we're using mTLS internally
|
||||
// and terminate TLS at ingress point.
|
||||
args: common.sh_args($.dsn, '/usr/bin/hydra serve public --dangerous-force-http'),
|
||||
args: common.sh_args($.dsn, '/usr/bin/hydra serve public'),
|
||||
image: common.image,
|
||||
tag: common.tag,
|
||||
dsn: {
|
||||
|
Loading…
Reference in New Issue
Block a user