From 7b7465f168bcd202aa423e920a014b68eadd9322 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Mon, 11 Jan 2021 19:55:03 -0500 Subject: [PATCH] Update receptor config to allow for runtime options --- tools/docker-compose/receptor.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/docker-compose/receptor.conf b/tools/docker-compose/receptor.conf index 7df861f6ca..ba975b8820 100644 --- a/tools/docker-compose/receptor.conf +++ b/tools/docker-compose/receptor.conf @@ -14,6 +14,7 @@ - work-kubernetes: worktype: ocp - namespace: receptor - image: quay.io/shanemcd/ee - authmethod: kubeconfig + authmethod: runtime + allowruntimeauth: true + allowruntimepod: true + allowruntimeparams: true