adding helmrelease for crds for mariadb-operator

This commit is contained in:
j37hr0 2026-04-10 19:08:06 +12:00
parent eecfcdbecc
commit c733b8ea86
3 changed files with 20 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helmrelease.yaml

View file

@ -3,6 +3,7 @@ kind: Kustomization
resources:
- helmrelease.yaml
- namespace.yaml
- crds
#namespace: mariadb-operator-system