Skip to content

Commit

Permalink
Make ksmImage optional
Browse files Browse the repository at this point in the history
Jira: OSPRH-11500
  • Loading branch information
dprince committed Nov 26, 2024
1 parent 7c2d72f commit 256bcc9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion api/bases/telemetry.openstack.org_ceilometers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ spec:
- centralImage
- computeImage
- ipmiImage
- ksmImage
- notificationImage
- proxyImage
- secret
Expand Down
1 change: 0 additions & 1 deletion api/bases/telemetry.openstack.org_telemetries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ spec:
- centralImage
- computeImage
- ipmiImage
- ksmImage
- notificationImage
- proxyImage
- secret
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta1/ceilometer_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ type CeilometerSpec struct {
// +kubebuilder:validation:Required
ProxyImage string `json:"proxyImage"`

// +kubebuilder:validation:Required
// +kubebuilder:validation:Optional
KSMImage string `json:"ksmImage"`
}

Expand Down
1 change: 0 additions & 1 deletion config/crd/bases/telemetry.openstack.org_ceilometers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ spec:
- centralImage
- computeImage
- ipmiImage
- ksmImage
- notificationImage
- proxyImage
- secret
Expand Down
1 change: 0 additions & 1 deletion config/crd/bases/telemetry.openstack.org_telemetries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ spec:
- centralImage
- computeImage
- ipmiImage
- ksmImage
- notificationImage
- proxyImage
- secret
Expand Down

0 comments on commit 256bcc9

Please sign in to comment.