Order Editor by AppsCode - Order Editor
$ 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.0This chart deploys a Order Editor on a Kubernetes cluster using the Helm package manager.
- Kubernetes 1.20+
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.0The 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
To uninstall the acmecertmanagerio-order-editor:
$ helm uninstall acmecertmanagerio-order-editor -n defaultThe command removes all the Kubernetes components associated with the chart and deletes the release.
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/v1Alternatively, 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