add helm charts
This commit is contained in:
15
backing-services/docker-registry/.circleci/config.yml
Normal file
15
backing-services/docker-registry/.circleci/config.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: 2.1
|
||||
jobs:
|
||||
lint:
|
||||
docker:
|
||||
- image: twuni/helm:3.4.1
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
command: helm lint --strict
|
||||
name: lint
|
||||
workflows:
|
||||
version: 2
|
||||
default:
|
||||
jobs:
|
||||
- lint
|
||||
Reference in New Issue
Block a user