File tree Expand file tree Collapse file tree 7 files changed +11
-15
lines changed
feather-core/base-controllers Expand file tree Collapse file tree 7 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
3- namespace : checkmk-monitoring
3+ namespace : kube-system
44resources :
5- - namespace.yaml
65 - release.yaml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
22kind : HelmRelease
33metadata :
44 name : checkmk-monitoring
5- namespace : checkmk-monitoring
5+ namespace : kube-system
66spec :
77 releaseName : checkmk
88 chart :
Original file line number Diff line number Diff line change 1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
3+ resources :
4+ - ../../../../base/controllers/checkmk
5+ patches :
6+ - path : release.yaml
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
22kind : HelmRelease
33metadata :
44 name : checkmk-monitoring
5- namespace : checkmk-monitoring
5+ namespace : kube-system
66spec :
77 chart :
88 spec :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments