From 3dbda8fd11d0080cbce3b19d7e678cda74af7e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=A4hler?= Date: Fri, 21 May 2021 16:30:26 +0200 Subject: [PATCH] Correct CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oliver Bähler --- .circleci/config.yml | 4 +--- charts/argocd-applicationset/ci/leader-election-values.yaml | 5 +++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0e48a079..2be154e8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,11 +8,9 @@ jobs: - run: ct lint --config .github/ct.yaml --lint-conf .github/lintconf.yaml publish: docker: - # We just need an image with `helm` on it. Handily we know of one already. - image: bash steps: - # install the additional keys needed to push to GitHub. Alex Collins owns these keys. - - echo "Replaced by Github Workflow: https://github.com/argoproj/argo-helm/actions/workflows/publish.yml" + - run: echo "Replaced by Github Workflow - https://github.com/argoproj/argo-helm/actions/workflows/publish.yml" workflows: version: 2 diff --git a/charts/argocd-applicationset/ci/leader-election-values.yaml b/charts/argocd-applicationset/ci/leader-election-values.yaml index e7201ac1..11c8065b 100644 --- a/charts/argocd-applicationset/ci/leader-election-values.yaml +++ b/charts/argocd-applicationset/ci/leader-election-values.yaml @@ -4,3 +4,8 @@ args: replicaCount: 3 installCRDs: false + +mountSSHKnownHostsVolume: false +mountTLSCertsVolume: false +mountGPGKeysVolume: false +mountGPGKeyringVolume: false \ No newline at end of file