From c733b8ea86fef0ce0ce9e55f169419b258d72067 Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Fri, 10 Apr 2026 19:08:06 +1200 Subject: [PATCH] adding helmrelease for crds for mariadb-operator --- .../mariadb-operator/crds/helmrelease.yaml | 15 +++++++++++++++ .../mariadb-operator/crds/kustomization.yaml | 4 ++++ .../databases/mariadb-operator/kustomization.yaml | 1 + 3 files changed, 20 insertions(+) create mode 100644 infrastructure/databases/mariadb-operator/crds/helmrelease.yaml create mode 100644 infrastructure/databases/mariadb-operator/crds/kustomization.yaml diff --git a/infrastructure/databases/mariadb-operator/crds/helmrelease.yaml b/infrastructure/databases/mariadb-operator/crds/helmrelease.yaml new file mode 100644 index 0000000..adaff3e --- /dev/null +++ b/infrastructure/databases/mariadb-operator/crds/helmrelease.yaml @@ -0,0 +1,15 @@ +apiVersion: helm.toolkit.fluxcd.io/v2 +kind: HelmRelease +metadata: + name: mariadb-operator-crds + namespace: mariadb-operator-system +spec: + interval: 1h + chart: + spec: + chart: mariadb-operator-crds + version: "*" + sourceRef: + kind: HelmRepository + name: mariadb-operator + namespace: flux-system diff --git a/infrastructure/databases/mariadb-operator/crds/kustomization.yaml b/infrastructure/databases/mariadb-operator/crds/kustomization.yaml new file mode 100644 index 0000000..e0cdec2 --- /dev/null +++ b/infrastructure/databases/mariadb-operator/crds/kustomization.yaml @@ -0,0 +1,4 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - helmrelease.yaml diff --git a/infrastructure/databases/mariadb-operator/kustomization.yaml b/infrastructure/databases/mariadb-operator/kustomization.yaml index ed5917b..abbcb8d 100644 --- a/infrastructure/databases/mariadb-operator/kustomization.yaml +++ b/infrastructure/databases/mariadb-operator/kustomization.yaml @@ -3,6 +3,7 @@ kind: Kustomization resources: - helmrelease.yaml - namespace.yaml +- crds #namespace: mariadb-operator-system