diff --git a/tools/docker-compose/receptor.conf b/tools/docker-compose/receptor.conf index f86d50f523..d5ac25cf2d 100644 --- a/tools/docker-compose/receptor.conf +++ b/tools/docker-compose/receptor.conf @@ -14,8 +14,15 @@ allowruntimeparams: true - work-kubernetes: - worktype: ocp + worktype: kubernetes-runtime-auth authmethod: runtime allowruntimeauth: true allowruntimepod: true allowruntimeparams: true + +- work-kubernetes: + worktype: kubernetes-incluster-auth + authmethod: incluster + allowruntimeauth: true + allowruntimepod: true + allowruntimeparams: true