Skip to content

Commit

Permalink
Merge pull request #692 from k8up-io/helm-install-replace-link
Browse files Browse the repository at this point in the history
Replace Helm installation instructions with link
  • Loading branch information
ccremer authored Jun 21, 2022
2 parents 159eabd + 8289705 commit b50d27c
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions docs/modules/ROOT/pages/how-tos/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,7 @@

The most convenient way to install K8up is using https://helm.sh/[helm].

. Add the `appuio` repository:
+
[source,bash]
----
helm repo add appuio https://charts.appuio.ch
helm repo update
----

. Install K8up:
+
[source,bash]
----
kubectl create namespace k8up-operator
helm install k8up appuio/k8up --namespace k8up-operator
----
Please refer to the installation instructions in the https://github.com/appuio/charts/tree/master/appuio/k8up[Helm chart].

== Kustomize

Expand Down

0 comments on commit b50d27c

Please sign in to comment.