Skip to content

Commit

Permalink
feat: release kube-state-metrics configMap (#92)
Browse files Browse the repository at this point in the history
Adds required configMap to garm-operator release manifests, so one can
reference configMap in kube-state-metrics agent later

Co-authored-by: Mario Constanti <mario.constanti@mercedes-benz.com>
  • Loading branch information
rafalgalaw and bavarianbidi committed Mar 5, 2024
1 parent fe0da5b commit 7e2b943
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ resources:
- ../crd
- ../rbac
- ../manager
- ../kube-state-metrics
# [WEBHOOK] To enable webhook, uncomment all the sections with [WEBHOOK] prefix including the one in
# crd/kustomization.yaml
- ../webhook
Expand Down
2 changes: 2 additions & 0 deletions config/kube-state-metrics/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resources:
- configmap.yaml

0 comments on commit 7e2b943

Please sign in to comment.