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
|
||||
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:
|
||||
name: mariadb-operator
|
||||
namespace: fleet-local
|
||||
spec:
|
||||
chart: mariadb-operator/mariadb-operator
|
||||
repo: https://mariadb.github.io/mariadb-operator/charts
|
||||
version: 0.7.0 # specify the version you want
|
||||
targetNamespace: mariadb-operator
|
||||
set:
|
||||
persistence.enabled: true
|
||||
persistence.size: 10Gi
|
||||
replicas: 3
|
||||
helm:
|
||||
releaseName: mariadb-operator
|
||||
repo: https://helm.mariadb.com/mariadb-operator
|
||||
chart: mariadb-operator
|
||||
namespace: fleet-local
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue