Skip to content

Controller

Key Value
type object
relationship Package -> Pipeline -> Controller
object path $.pipelines[*].controller
package file path {package-root}/pipelines/{pipeline-name}.yaml

Fields

Field Type Required Description Constraints Default
annotations map<string, string > | null no A map of {key,value} pair annotations to append to the Controller resources - null
image Image | null no Set SP Controller image - null
k8sPolicy K8sPolicy | null no Kubernetes specific configurations for Controller container - {"serviceAccountConfigure": {"create": true}}
labels map<string, string > | null no A map of {key,value} pair labels to append to the Controller resources - null
persistence Persistence | null no Worker container Persistence - null
pvcAnnotations map<string, string > | null no A map of {key,value} pair annotations to append to the Controller PVC - null
pvcLabels map<string, string > | null no A map of {key,value} pair labels to append to the Controller PVC - null

Used In

Back to top