From 3658bd1127b3cb13588c77a1fbdc620a770d40c9 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Tue, 19 Dec 2023 13:43:35 -0800 Subject: [PATCH] trying this --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c3ea248bc..aa0086e43 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -443,7 +443,8 @@ jobs: --install --wait \ --namespace=support \ support support/ \ - -f support/secrets.yaml --debug + -f support/secrets.yaml \ + --set installCRDs=true --debug workflows: version: 2