Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 2.49 KB

File metadata and controls

67 lines (43 loc) · 2.49 KB

Order Editor

Order Editor by AppsCode - Order Editor

TL;DR;

$ helm repo add appscode https://charts.appscode.com/stable/
$ helm repo update
$ helm search repo appscode/acmecertmanagerio-order-editor --version=v0.27.0
$ helm upgrade -i acmecertmanagerio-order-editor appscode/acmecertmanagerio-order-editor -n default --create-namespace --version=v0.27.0

Introduction

This chart deploys a Order Editor on a Kubernetes cluster using the Helm package manager.

Prerequisites

  • Kubernetes 1.20+

Installing the Chart

To install/upgrade the chart with the release name acmecertmanagerio-order-editor:

$ helm upgrade -i acmecertmanagerio-order-editor appscode/acmecertmanagerio-order-editor -n default --create-namespace --version=v0.27.0

The command deploys a Order Editor 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 acmecertmanagerio-order-editor:

$ helm uninstall acmecertmanagerio-order-editor -n default

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

Configuration

The following table lists the configurable parameters of the acmecertmanagerio-order-editor chart and their default values.

Parameter Description Default
apiVersion acme.cert-manager.io/v1
kind Order
metadata.name order
metadata.namespace default

Specify each parameter using the --set key=value[,key=value] argument to helm upgrade -i. For example:

$ helm upgrade -i acmecertmanagerio-order-editor appscode/acmecertmanagerio-order-editor -n default --create-namespace --version=v0.27.0 --set apiVersion=acme.cert-manager.io/v1

Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example:

$ helm upgrade -i acmecertmanagerio-order-editor appscode/acmecertmanagerio-order-editor -n default --create-namespace --version=v0.27.0 --values values.yaml