feat: add mariadb helm deployment to lamp interpreter #26
No reviewers
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#26
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/lampDatabase"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
deploy_database
function to theLAMPInterpret
struct to deploy a MariaDB database using Helm.HelmCommand
trait requirement to theLAMPInterpret
struct.HelmChartScore
to manage MariaDB deployment.LAMPInterpret
to includeHelmCommand
.get_namespace
function to retrieve the namespace.