зеркало из https://github.com/Azure/helm-charts.git
Adding circleCI config files (#34)
* Adding circleCI config files * Adding build badge * Update pipeline
This commit is contained in:
Родитель
b42a902089
Коммит
cdcfb8273a
|
@ -0,0 +1,13 @@
|
||||||
|
version: 2
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
docker:
|
||||||
|
- image: debian:stretch
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: Helm Lint
|
||||||
|
command: echo "this will lint helm charts"
|
||||||
|
- run:
|
||||||
|
name: Helm Index
|
||||||
|
command: echo "this will index the helm charts, to prepare for push to azure"
|
|
@ -1,5 +1,7 @@
|
||||||
# Helm Charts for Kubernetes Service Catalog on Azure
|
# Helm Charts for Kubernetes Service Catalog on Azure
|
||||||
|
|
||||||
|
[![CircleCI](https://circleci.com/gh/deis/service-catalog-charts.svg?style=svg&circle-token=e4d53fc2f20c9a1980668f69e314232a479a562c)](https://circleci.com/gh/deis/service-catalog-charts)
|
||||||
|
|
||||||
This repository contains [Helm](https://helm.sh/) charts for use with the
|
This repository contains [Helm](https://helm.sh/) charts for use with the
|
||||||
[Kubernetes Service Catalog](https://github.com/kubernetes-incubator/service-catalog)
|
[Kubernetes Service Catalog](https://github.com/kubernetes-incubator/service-catalog)
|
||||||
and the Microsoft Azure Service Broker.
|
and the Microsoft Azure Service Broker.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче