From 9ae1f16c947a36565795a7826af50058dc6fd6bd Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Tue, 14 May 2024 10:40:50 +1000 Subject: [PATCH] Change warning about config. --- .../workshop/content/00-workshop-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workshops/lab-installing-educates/workshop/content/00-workshop-overview.md b/workshops/lab-installing-educates/workshop/content/00-workshop-overview.md index 0f25ed9..36184bb 100644 --- a/workshops/lab-installing-educates/workshop/content/00-workshop-overview.md +++ b/workshops/lab-installing-educates/workshop/content/00-workshop-overview.md @@ -2,6 +2,8 @@ title: Workshop Overview --- +Note that once `vcluster` provider config added to CLI as one of the set of opinionated configs, this can be simplified. + ```editor:append-lines-to-file file: ~/config.yaml text: | @@ -30,8 +32,6 @@ text: | enabled: false ``` -Should be able to get rid of provider option but CLI not defaulting to custom right now. - ```terminal:execute command: educates admin cluster install --config config.yaml ```