Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
#757 Update of descriptions in Readme of each service
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-b committed Sep 10, 2019
1 parent 9249414 commit f7e49f8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# keptn Helm Service
# Helm Service

Services that fetches configuration files from GitHub and applies those using helm.
The *helm-service* is a Keptn core component that has two responsibilities: (1) creates/modifies the configuration of a service that is going to be onboarded, (2) fetches configuration files from the *configuration-service* and applies those using Helm. The current Helm version used by this service is helm 2.12.3.

## Installation

The *helm-service* is installed as a part of [Keptn](https://keptn.sh).

## Deploy in your Kubernetes cluster

To deploy the current version of the *helm-service* in your Keptn Kubernetes cluster, use the file `deploy/service.yaml` from this repository and apply it:

```console
kubectl apply -f deploy/service.yaml
```

## Delete in your Kubernetes cluster

To delete a deployed *helm-service*, use the file `deploy/service.yaml` from this repository and delete the Kubernetes resources:

```console
kubectl delete -f deploy/service.yaml
```
File renamed without changes.

0 comments on commit f7e49f8

Please sign in to comment.