mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Fix MariaDB operator deployment namespace issue
- Remove namespace from kustomization.yaml (was putting Apps in wrong namespace) - Change destination to argocd namespace (Application resources must be there) - Add labels for tracking parent app
This commit is contained in:
@@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: mariadb-operator-crds
|
||||
namespace: argocd
|
||||
labels:
|
||||
app.kubernetes.io/instance: mariadb-operator-install
|
||||
spec:
|
||||
destination:
|
||||
namespace: mariadb-system
|
||||
|
||||
Reference in New Issue
Block a user