Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.17 KB

Stash CRDs

Stash CRDs - Stash Custom Resource Definitions

TL;DR;

$ helm repo add appscode https://charts.appscode.com/stable/
$ helm repo update
$ helm search repo appscode/stash-crds --version=v2022.05.18
$ helm upgrade -i stash-crds appscode/stash-crds -n stash --create-namespace --version=v2022.05.18

Introduction

This chart deploys Stash crds on a Kubernetes cluster using the Helm package manager.

Prerequisites

  • Kubernetes 1.16+

Installing the Chart

To install/upgrade the chart with the release name stash-crds:

$ helm upgrade -i stash-crds appscode/stash-crds -n stash --create-namespace --version=v2022.05.18

The command deploys Stash crds on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.

Tip: List all releases using helm list

Uninstalling the Chart

To uninstall the stash-crds:

$ helm uninstall stash-crds -n stash

The command removes all the Kubernetes components associated with the chart and deletes the release.