-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from epinio/olblak-patch-1
Add helm repo update command to README
- Loading branch information
Showing
3 changed files
with
22 additions
and
11 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,17 +1,18 @@ | ||
# Epinio Helm Chart | ||
# Epinio Installer Helm Chart | ||
|
||
From app to URL in one command. | ||
From app to URL in one command. This chart installs Epinio and all dependencies. | ||
|
||
## Introduction | ||
|
||
This helm chart can be used to deploy Epinio on a cluster. It is an alternative | ||
to `epinio install` command. | ||
This helm chart can be used to deploy Epinio on a cluster. It includes the [Epinio server helm chart]((https://artifacthub.io/packages/helm/epinio/epinio). | ||
It is best used with a fresh cluster. | ||
|
||
## Usage | ||
|
||
The doc is centralized in a uniq place, checkout the [doc website](https://docs.epinio.io/installation/install_epinio_with_helm.html). | ||
The documentation is centralized in the [doc website](https://docs.epinio.io/installation/install_epinio_with_helm.html). | ||
|
||
## Development | ||
## Example | ||
|
||
% helm upgrade --install -n epinio --create-namespace --set "skipLinkerd=true" epinio-installer chart/epinio-installer | ||
% helm repo add epinio https://epinio.github.io/helm-charts/ | ||
% helm upgrade --install -n epinio --create-namespace --set "skipLinkerd=true" epinio-installer epinio/epinio-installer | ||
% helm uninstall -n epinio epinio-installer |
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
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