- extract-patterns.js: mines layered arch, ArgoCD appsets, cloud regions, CIDR allocations, naming conventions, sync waves, tech stack from code - agent-kb.js: token-efficient JSON rendering of same doc tree - eval-confluence-ref-questions.json: 32 reference-only benchmark questions - wiggum-v2.sh: Ralph Wiggum loop targeting confluence baseline (77.8%) - docs/human-ux-spec.md: BMad UX designer spec for human doc structure - Eval results: V2 at 28.7% vs confluence 77.8% baseline - Hub/spoke ownership now correctly extracted (95% on that question) - Naming conventions, regions, CIDRs surfaced in system-architecture.md
1.4 KiB
1.4 KiB
Terraform: control-core/modules/certmanager
Requirements
| Name | Version |
|---|---|
| terraform | >= 1.9.0 |
| helm | 2.17.0 |
Providers
| Name | Version |
|---|---|
| helm | 2.17.0 |
Modules
No modules.
Resources
| Name | Type |
|---|---|
| helm_release.certmanager | resource |
Inputs
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| chart_version | Version of the chart to deploy. | string |
"v1.15.3" |
no |
| create_namespace | Whether to create the namespace if it doesn't exist. | bool |
true |
no |
| lint | Whether to lint the helm chart before deploying. | bool |
true |
no |
| namespace | Name of the namespace to install the chart. | string |
"cert-manager" |
no |
| values_file | Path to the values file that's used during the helm chart install. | string |
"" |
no |
Outputs
No outputs.