adding helmrelease for crds for mariadb-operator
This commit is contained in:
parent
eecfcdbecc
commit
c733b8ea86
|
|
@ -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
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helmrelease.yaml
|
||||
|
|
@ -3,6 +3,7 @@ kind: Kustomization
|
|||
resources:
|
||||
- helmrelease.yaml
|
||||
- namespace.yaml
|
||||
- crds
|
||||
|
||||
#namespace: mariadb-operator-system
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue