Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
Oliver Bähler 2021-05-21 16:11:00 +02:00
parent 0cea75c3a5
commit 3fa233ec0a
No known key found for this signature in database
GPG key ID: 7AE0B2618ECDC1B6
4 changed files with 18 additions and 5 deletions

View file

@ -6,8 +6,19 @@ jobs:
steps:
- checkout
- 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"
workflows:
version: 2
workflow:
jobs:
- lint
- publish:
requires:
- lint

View file

@ -1,5 +1,7 @@
# Argo Helm Charts
[![Chart Publish](https://github.com/argoproj/argo-helm/actions/workflows/publish.yml/badge.svg?branch=master)](https://github.com/argoproj/argo-helm/actions/workflows/publish.yml)
Argo Helm is a collection of **community maintained** charts for http://argoproj.io/ projects. The charts can be added using following command:
```

View file

@ -1,6 +1,6 @@
controller:
serviceMonitor:
enabled: true
enabled: false
metricsConfig:
enabled: true
telemetryConfig:

View file

@ -71,7 +71,7 @@ tolerations: []
affinity: {}
mountSSHKnownHostsVolume: true
mountTLSCertsVolume: true
mountSSHKnownHostsVolume: false
mountTLSCertsVolume: false
mountGPGKeysVolume: false
mountGPGKeyringVolume: true
mountGPGKeyringVolume: false