Skip to content

Commit 22b5fe3

Browse files
committed
fix(kustomization): Update namespaces to kube-system and add checkmk resource
1 parent f374774 commit 22b5fe3

File tree

7 files changed

+11
-15
lines changed

7 files changed

+11
-15
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3-
namespace: checkmk-monitoring
3+
namespace: kube-system
44
resources:
5-
- namespace.yaml
65
- release.yaml

infrastructure/base/controllers/checkmk/namespace.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

infrastructure/base/controllers/checkmk/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
22
kind: HelmRelease
33
metadata:
44
name: checkmk-monitoring
5-
namespace: checkmk-monitoring
5+
namespace: kube-system
66
spec:
77
releaseName: checkmk
88
chart:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
resources:
4+
- ../../../../base/controllers/checkmk
5+
patches:
6+
- path: release.yaml

infrastructure/clusters/prod/controllers/checkmk/release.yaml renamed to infrastructure/clusters/feather-core/base-controllers/checkmk/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
22
kind: HelmRelease
33
metadata:
44
name: checkmk-monitoring
5-
namespace: checkmk-monitoring
5+
namespace: kube-system
66
spec:
77
chart:
88
spec:

infrastructure/clusters/feather-core/base-controllers/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ resources:
44
- cert-manager
55
- step-certificates
66
- cnpg-operator
7+
- checkmk
78
- ../../../../infrastructure/base/controllers/mariadb-operator-crds
89
- ../../../../infrastructure/base/controllers/spegel

infrastructure/clusters/prod/controllers/kustomization.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ resources:
66
- ../../../../infrastructure/base/controllers/ingress-nginx
77
- ../../../../infrastructure/base/controllers/cert-manager
88
- ../../../../infrastructure/base/controllers/step-certificates
9-
# - ../../../../infrastructure/base/controllers/checkmk
109
- ../../../../infrastructure/base/controllers/mariadb-operator-crds
1110
- ../../../../infrastructure/base/controllers/mariadb-operator
1211
- ../../../../infrastructure/base/controllers/crossplane
@@ -17,6 +16,4 @@ patches:
1716
- path: cert-manager/release.yaml
1817
- path: step-certificates/release.yaml
1918
- path: ingress-nginx/release.yaml
20-
# - path: checkmk/release.yaml
21-
- path: crossplane/release.yaml
22-
# - path: cnpg-operator/release.yaml
19+
- path: crossplane/release.yaml

0 commit comments

Comments
 (0)