typo for namespace, moved folder
This commit is contained in:
parent
bda735a637
commit
3f6caf816a
|
|
@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- cloudnative-pg
|
- cloudnative-pg
|
||||||
#- mariadb
|
- mariadb-operator
|
||||||
- clusters
|
- clusters
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
name: mariadb-operator
|
name: mariadb-operator
|
||||||
namespace: mariadb-system
|
namespace: mariadb-operator-system
|
||||||
spec:
|
spec:
|
||||||
interval: 1h
|
interval: 1h
|
||||||
releaseName: mariadb-operator
|
releaseName: mariadb-operator
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue