使用 DevStream 部署 OpenLDAP
前缀匹配
instanceID
的前缀需要是 openldap
,最小化 tools 配置示例:
YAML
tools:
- name: helm-installer
instanceID: openldap
默认配置
配置项 | 默认值 | 描述 |
---|---|---|
chart.chartPath | “” | 本地 chart 包路径 |
chart.chartName | helm-openldap/openldap-stack-ha | chart 包名称 |
chart.version | “” | chart 包版本 |
chart.timeout | 10m | helm install 的超时时间 |
chart.upgradeCRDs | true | 是否更新 CRDs(如果有) |
chart.releaseName | openldap | helm 发布名称 |
chart.namespace | openldap | 部署的命名空间 |
chart.wait | true | 是否等待部署完成 |
repo.url | https://jp-gouin.github.io/helm-openldap/ | helm 仓库地址 |
repo.name | helm-openldap | helm 仓库名 |