File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
charts/camunda-platform-8.8 Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1332,6 +1332,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
13321332| `orchestration.importer.extraVolumes` | can be used to define extra volumes for the importer pod | `[]` |
13331333| `orchestration.importer.dnsConfig` | https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config | `{}` |
13341334| `orchestration.importer.dnsPolicy` | https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy | `""` |
1335+ | `orchestration.importer.envFrom` | list of environment variables to import from configMapRef and secretRef | `[]` |
13351336| `orchestration.sidecars` | can be used to attach extra containers to the deployment | `[]` |
13361337| `orchestration.multitenancy` | | |
13371338| `orchestration.multitenancy.checks.enabled` | if true, then enable multitenancy checks in all applicable components. | `false` |
Original file line number Diff line number Diff line change 50025002 "type" : " string" ,
50035003 "description" : " https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy" ,
50045004 "default" : " "
5005+ },
5006+ "envFrom" : {
5007+ "type" : " array" ,
5008+ "description" : " list of environment variables to import from configMapRef and secretRef" ,
5009+ "default" : [],
5010+ "items" : {}
50055011 }
50065012 }
50075013 },
You can’t perform that action at this time.
0 commit comments