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
|
||||
resources:
|
||||
- cloudnative-pg
|
||||
#- mariadb
|
||||
- mariadb-operator
|
||||
- clusters
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
|
|||
kind: HelmRelease
|
||||
metadata:
|
||||
name: mariadb-operator
|
||||
namespace: mariadb-system
|
||||
namespace: mariadb-operator-system
|
||||
spec:
|
||||
interval: 1h
|
||||
releaseName: mariadb-operator
|
||||
|
|
|
|||
Loading…
Reference in a new issue