From d700c4600f30409a719b6d59c17fbd99ddf4e0c2 Mon Sep 17 00:00:00 2001 From: averevki Date: Tue, 17 Oct 2023 17:01:03 +0200 Subject: [PATCH] Fix mgc key in settings template --- config/settings.local.yaml.tpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/settings.local.yaml.tpl b/config/settings.local.yaml.tpl index 1811ae6f..a66b9641 100644 --- a/config/settings.local.yaml.tpl +++ b/config/settings.local.yaml.tpl @@ -41,10 +41,10 @@ # gateway: # Reference to Gateway that should be used # namespace: "istio-system" # name: "istio-ingressgateway" -# mgc: -# spokes: -# local-cluster: -# project: "kuadrant" # Optional: namespace for tests to run, if None uses current project -# api_url: "https://api.openshift.com" # Optional: OpenShift API URL, if None it will OpenShift that you are logged in -# token: "KUADRANT_RULEZ" # Optional: OpenShift Token, if None it will OpenShift that you are logged in -# kubeconfig_path: "~/.kube/config" # Optional: Kubeconfig to use, if None the default one is used \ No newline at end of file +# mgc: +# spokes: +# local-cluster: +# project: "kuadrant" # Optional: namespace for tests to run, if None uses current project +# api_url: "https://api.openshift.com" # Optional: OpenShift API URL, if None it will OpenShift that you are logged in +# token: "KUADRANT_RULEZ" # Optional: OpenShift Token, if None it will OpenShift that you are logged in +# kubeconfig_path: "~/.kube/config" # Optional: Kubeconfig to use, if None the default one is used \ No newline at end of file