mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-22 02:38:30 +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',
|
command: '/bin/sh',
|
||||||
// We can use dangerous-force-http because we're using mTLS internally
|
// We can use dangerous-force-http because we're using mTLS internally
|
||||||
// and terminate TLS at ingress point.
|
// 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,
|
image: common.image,
|
||||||
tag: common.tag,
|
tag: common.tag,
|
||||||
dsn: {
|
dsn: {
|
||||||
|
@ -15,7 +15,7 @@ resfdeploy.new({
|
|||||||
command: '/bin/sh',
|
command: '/bin/sh',
|
||||||
// We can use dangerous-force-http because we're using mTLS internally
|
// We can use dangerous-force-http because we're using mTLS internally
|
||||||
// and terminate TLS at ingress point.
|
// 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,
|
image: common.image,
|
||||||
tag: common.tag,
|
tag: common.tag,
|
||||||
dsn: {
|
dsn: {
|
||||||
|
Loading…
Reference in New Issue
Block a user