Skip to content

Latest commit

 

History

History

helm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Enonic XP Kubernetes Operator Helm Chart

This chart bootstraps the Enonic XP Kubernetes Operator on a Kubernetes cluster using the Helm package manager.

Prerequisites

  • Kubernetes 1.17+
  • Helm 3+

Quick start

helm repo add enonic https://repo.enonic.com/helm
helm repo update
helm install --namespace kube-system xp-operator enonic/xp-operator

Configuration

The following table lists the configurable parameters of the xp-operator chart. For details look at values.yaml.

Parameter Description Default
image.repository Operator image repository enonic/xp-operator
image.tag Operator image tag see values.yaml
image.pullPolicy Operator image pull policy IfNotPresent
resources.limits The resources limits for the Operator container {}
resources.requests The requested resources for the Operator container {}
labels Additional labels for Operator pods {}
annotations Additional annotations for Operator pods {}
env Environmental variables for the Operator container {}
secrets Secrets mounted as environmental variables for the Operator container {}
config Configuration for the Operator container see values.yaml
onlyDeployCrds Only deploy the CRD definitions false