diff --git a/system/argo/workflows/default.nix b/system/argo/workflows/default.nix index 49a4f35..0fe9106 100644 --- a/system/argo/workflows/default.nix +++ b/system/argo/workflows/default.nix @@ -7,6 +7,7 @@ args = { chart = charts.argo.workflows; values = { + fullnameOverride = "argo-workflows"; server = { extraArgs = ["--auth-mode" "server" "--auth-mode" "client"]; secure = false; # I have Istio and an HTTPS gateway