Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 3.04 KB

File metadata and controls

67 lines (43 loc) · 3.04 KB

AddOnDeploymentConfig Editor

AddOnDeploymentConfig Editor by AppsCode - AddOnDeploymentConfig Editor

TL;DR;

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

Introduction

This chart deploys a AddOnDeploymentConfig 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 addonopenclustermanagementio-addondeploymentconfig-editor:

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

The command deploys a AddOnDeploymentConfig 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 addonopenclustermanagementio-addondeploymentconfig-editor:

$ helm uninstall addonopenclustermanagementio-addondeploymentconfig-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 addonopenclustermanagementio-addondeploymentconfig-editor chart and their default values.

Parameter Description Default
apiVersion addon.open-cluster-management.io/v1alpha1
kind AddOnDeploymentConfig
metadata.name addondeploymentconfig
metadata.namespace default

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

$ helm upgrade -i addonopenclustermanagementio-addondeploymentconfig-editor appscode/addonopenclustermanagementio-addondeploymentconfig-editor -n default --create-namespace --version=v0.27.0 --set apiVersion=addon.open-cluster-management.io/v1alpha1

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

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