File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
charts/camunda-platform-8.8 Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 49634963 }
49644964 }
49654965 },
4966+ "importer" : {
4967+ "type" : " object" ,
4968+ "properties" : {
4969+ "enabled" : {
4970+ "type" : " boolean" ,
4971+ "description" : " if true, the orchestration cluster deployment and its related resources are deployed via a helm release" ,
4972+ "default" : false
4973+ },
4974+ "podLabels" : {
4975+ "type" : " object" ,
4976+ "description" : " can be used to define extra importer pod labels" ,
4977+ "default" : {}
4978+ },
4979+ "podAnnotations" : {
4980+ "type" : " object" ,
4981+ "description" : " can be used to define extra importer pod annotations" ,
4982+ "default" : {}
4983+ },
4984+ "extraVolumeMounts" : {
4985+ "type" : " array" ,
4986+ "description" : " can be used to mount extra volumes for the importer pod" ,
4987+ "default" : [],
4988+ "items" : {}
4989+ },
4990+ "extraVolumes" : {
4991+ "type" : " array" ,
4992+ "description" : " can be used to define extra volumes for the importer pod" ,
4993+ "default" : [],
4994+ "items" : {}
4995+ },
4996+ "dnsConfig" : {
4997+ "type" : " object" ,
4998+ "description" : " https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config" ,
4999+ "default" : {}
5000+ },
5001+ "dnsPolicy" : {
5002+ "type" : " string" ,
5003+ "description" : " https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy" ,
5004+ "default" : " "
5005+ }
5006+ }
5007+ },
49665008 "sidecars" : {
49675009 "type" : " array" ,
49685010 "description" : " can be used to attach extra containers to the deployment" ,
You can’t perform that action at this time.
0 commit comments