From dd9c0aef15a5863f5d533614476456518f992ec2 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 23 Feb 2024 17:27:59 -0500 Subject: [PATCH] fix: hydra v2 removed arg --- hydra/deploy/admin/deploy.jsonnet | 2 +- hydra/deploy/public/deploy.jsonnet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hydra/deploy/admin/deploy.jsonnet b/hydra/deploy/admin/deploy.jsonnet index fe9b66f..824efd5 100644 --- a/hydra/deploy/admin/deploy.jsonnet +++ b/hydra/deploy/admin/deploy.jsonnet @@ -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: { diff --git a/hydra/deploy/public/deploy.jsonnet b/hydra/deploy/public/deploy.jsonnet index 761f3c9..d993a50 100644 --- a/hydra/deploy/public/deploy.jsonnet +++ b/hydra/deploy/public/deploy.jsonnet @@ -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: {