Skip to content

Commit

Permalink
update prometheus CRDs to have preserveUnknownFields: false
Browse files Browse the repository at this point in the history
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
  • Loading branch information
everettraven committed May 25, 2022
1 parent fe74f62 commit 02e83b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/prometheus/0.22.2/alertmanager.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: CustomResourceDefinition
metadata:
name: alertmanagers.monitoring.coreos.com
spec:
preserveUnknownFields: false
group: monitoring.coreos.com
names:
kind: Alertmanager
Expand Down
1 change: 1 addition & 0 deletions manifests/prometheus/0.22.2/prometheus.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: CustomResourceDefinition
metadata:
name: prometheuses.monitoring.coreos.com
spec:
preserveUnknownFields: false
group: monitoring.coreos.com
names:
kind: Prometheus
Expand Down
1 change: 1 addition & 0 deletions manifests/prometheus/0.22.2/prometheusrule.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: CustomResourceDefinition
metadata:
name: prometheusrules.monitoring.coreos.com
spec:
preserveUnknownFields: false
group: monitoring.coreos.com
names:
kind: PrometheusRule
Expand Down
1 change: 1 addition & 0 deletions manifests/prometheus/0.22.2/servicemonitor.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: CustomResourceDefinition
metadata:
name: servicemonitors.monitoring.coreos.com
spec:
preserveUnknownFields: false
group: monitoring.coreos.com
names:
kind: ServiceMonitor
Expand Down

0 comments on commit 02e83b9

Please sign in to comment.