@@ -100,6 +100,7 @@ The Engineering Platform package has the following configurable properties.
100100|-------|-------------------|-------------|
101101| `platform.profile` | `run` | The platform profile to install. Options : ` standalone` , `build`, `run`. |
102102| `platform.namespace` | `kadras-system` | The namespace where to install the platform. |
103+ | `platform.additional_packages` | `[]` | A list of packages to include in the installation. |
103104| `platform.excluded_packages` | `[]` | A list of packages to exclude from being installed. |
104105| `platform.ca_cert_data` | `""` | PEM-encoded certificate data to trust TLS connections with a custom CA. |
105106| `platform.ingress.domain` | `""` | The base domain name the platform will use to configure the Ingress controller. It must be a valid DNS name. |
@@ -132,11 +133,12 @@ Each Kadras package included in the platform can be configured independently.
132133| `knative.serving` | `{}` | Configuration for the Knative Serving package. |
133134| `kyverno.core` | `{}` | Configuration for the Kyverno package. |
134135| `metrics_server` | `{}` | Configuration for the Metrics Server package. |
136+ | `postgresql_operator` | `{}` | Configuration for the PostgreSQL Operator package. |
135137| `rabbitmq_operator` | `{}` | Configuration for the RabbitMQ Operator package. |
136138| `secretgen_controller` | `{}` | Configuration for the Secretgen Controller package. |
137139| `service_binding` | `{}` | Configuration for the Service Binding package. |
138- | `tekton.catalog` | `{}` | Configuration for the Tekton Catalog package. |
139140| `tekton.pipelines` | `{}` | Configuration for the Tekton Pipelines package. |
141+ | `tempo_operator` | `{}` | Configuration for the Tempo Operator package. |
140142| `workspace_provisioner` | `{}` | Configuration for the Workspace Provisioner package. |
141143
142144</details>
0 commit comments