From 680d1727846474a1168c8c5dca8cbc2a37c135b4 Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Mon, 16 Aug 2021 17:16:43 +0200 Subject: [PATCH] feat: Enable dashboard during chart testing Signed-off-by: Marco Kilchhofer --- charts/argo-rollouts/.helmignore | 1 + charts/argo-rollouts/ci/test-values.yaml | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 charts/argo-rollouts/ci/test-values.yaml diff --git a/charts/argo-rollouts/.helmignore b/charts/argo-rollouts/.helmignore index f0c13194..b4af6c20 100644 --- a/charts/argo-rollouts/.helmignore +++ b/charts/argo-rollouts/.helmignore @@ -19,3 +19,4 @@ .project .idea/ *.tmproj +ci/ diff --git a/charts/argo-rollouts/ci/test-values.yaml b/charts/argo-rollouts/ci/test-values.yaml new file mode 100644 index 00000000..7ea0c4c8 --- /dev/null +++ b/charts/argo-rollouts/ci/test-values.yaml @@ -0,0 +1,2 @@ +dashboard: + enabled: true