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