Skip to content

Commit c4e8b46

Browse files
chore: chart chores
1 parent 05f271c commit c4e8b46

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

charts/camunda-platform-8.8/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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` |

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5002,6 +5002,12 @@
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
},

0 commit comments

Comments
 (0)