update because helmchart is flux
This commit is contained in:
parent
63a773576e
commit
05c0db5fba
1 changed files with 19 additions and 9 deletions
|
@ -1,14 +1,24 @@
|
||||||
apiVersion: fleet.cattle.io/v1alpha1
|
apiVersion: fleet.cattle.io/v1alpha1
|
||||||
kind: HelmChart
|
kind: HelmOp
|
||||||
|
metadata:
|
||||||
|
name: mariadb-operator-crds
|
||||||
|
namespace: fleet-local
|
||||||
|
spec:
|
||||||
|
helm:
|
||||||
|
releaseName: mariadb-operator-crds
|
||||||
|
repo: https://helm.mariadb.com/mariadb-operator
|
||||||
|
chart: mariadb-operator-crds
|
||||||
|
namespace: fleet-local
|
||||||
|
---
|
||||||
|
apiVersion: fleet.cattle.io/v1alpha1
|
||||||
|
kind: HelmOp
|
||||||
metadata:
|
metadata:
|
||||||
name: mariadb-operator
|
name: mariadb-operator
|
||||||
namespace: fleet-local
|
namespace: fleet-local
|
||||||
spec:
|
spec:
|
||||||
chart: mariadb-operator/mariadb-operator
|
helm:
|
||||||
repo: https://mariadb.github.io/mariadb-operator/charts
|
releaseName: mariadb-operator
|
||||||
version: 0.7.0 # specify the version you want
|
repo: https://helm.mariadb.com/mariadb-operator
|
||||||
targetNamespace: mariadb-operator
|
chart: mariadb-operator
|
||||||
set:
|
namespace: fleet-local
|
||||||
persistence.enabled: true
|
|
||||||
persistence.size: 10Gi
|
|
||||||
replicas: 3
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue