This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#757 Update of descriptions in Readme of each service
- Loading branch information
1 parent
9249414
commit f7e49f8
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.