Skip to content

Commit 63f0ce5

Browse files
committed
feat(checkmk): Add Helm repository configuration for Checkmk chart
1 parent 22b5fe3 commit 63f0ce5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: source.toolkit.fluxcd.io/v1beta2
2+
kind: HelmRepository
3+
metadata:
4+
name: checkmk-chart
5+
namespace: flux-system
6+
spec:
7+
interval: 5m
8+
url: https://checkmk.github.io/checkmk_kube_agent

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ resources:
1212
- jetstack.yml
1313
- bitnami.yml
1414
- spegel.yaml
15-
- harbor.yml
15+
- harbor.yml
16+
- checkmk.yml

0 commit comments

Comments
 (0)