Skip to content

Commit

Permalink
Merge pull request #9 from fluxcd/nc-v1beta3
Browse files Browse the repository at this point in the history
KSM config: Update for NC v1beta3 API
  • Loading branch information
hiddeco authored Dec 12, 2023
2 parents 7906771 + 14e2f5a commit 913084e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ kube-state-metrics:
url: [ spec, url ]
- groupVersionKind:
group: notification.toolkit.fluxcd.io
version: v1beta2
version: v1beta3
kind: Alert
metricNamePrefix: gotk
metrics:
Expand All @@ -184,11 +184,10 @@ kube-state-metrics:
name: [ metadata, name ]
labelsFromPath:
exported_namespace: [ metadata, namespace ]
ready: [ status, conditions, "[type=Ready]", status ]
suspended: [ spec, suspend ]
- groupVersionKind:
group: notification.toolkit.fluxcd.io
version: v1beta2
version: v1beta3
kind: Provider
metricNamePrefix: gotk
metrics:
Expand All @@ -201,7 +200,6 @@ kube-state-metrics:
name: [ metadata, name ]
labelsFromPath:
exported_namespace: [ metadata, namespace ]
ready: [ status, conditions, "[type=Ready]", status ]
suspended: [ spec, suspend ]
- groupVersionKind:
group: notification.toolkit.fluxcd.io
Expand Down

0 comments on commit 913084e

Please sign in to comment.