Skip to content

Commit 6564025

Browse files
chore: chart chores
1 parent cc0eeab commit 6564025

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

charts/camunda-platform-8.8/values.schema.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4963,6 +4963,48 @@
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",

0 commit comments

Comments
 (0)