feat: add mariadb helm deployment to lamp interpreter #26

Merged
johnride merged 1 commits from feat/lampDatabase into master 2025-04-30 20:03:14 +00:00
Owner
  • Adds a deploy_database function to the LAMPInterpret struct to deploy a MariaDB database using Helm.
  • Integrates HelmCommand trait requirement to the LAMPInterpret struct.
  • Introduces HelmChartScore to manage MariaDB deployment.
  • Adds namespace configuration for helm deployments.
  • Updates trait bounds for LAMPInterpret to include HelmCommand.
  • Implements get_namespace function to retrieve the namespace.
- Adds a `deploy_database` function to the `LAMPInterpret` struct to deploy a MariaDB database using Helm. - Integrates `HelmCommand` trait requirement to the `LAMPInterpret` struct. - Introduces `HelmChartScore` to manage MariaDB deployment. - Adds namespace configuration for helm deployments. - Updates trait bounds for `LAMPInterpret` to include `HelmCommand`. - Implements `get_namespace` function to retrieve the namespace.
johnride added 1 commit 2025-04-30 19:43:28 +00:00
- Adds a `deploy_database` function to the `LAMPInterpret` struct to deploy a MariaDB database using Helm.
- Integrates `HelmCommand` trait requirement to the `LAMPInterpret` struct.
- Introduces `HelmChartScore` to manage MariaDB deployment.
- Adds namespace configuration for helm deployments.
- Updates trait bounds for `LAMPInterpret` to include `HelmCommand`.
- Implements `get_namespace` function to retrieve the namespace.
wjro approved these changes 2025-04-30 19:51:08 +00:00
johnride merged commit 28978299c9 into master 2025-04-30 20:03:14 +00:00
johnride deleted branch feat/lampDatabase 2025-04-30 20:03:14 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: NationTech/harmony#26
No description provided.