Skip to content

Commit

Permalink
fix make bundle (#1292)
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Gough <[email protected]>
  • Loading branch information
philipgough authored Dec 11, 2023
1 parent e2e59d8 commit 6d6fd2d
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 34 deletions.
2 changes: 1 addition & 1 deletion operators/multiclusterobservability/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ BUNDLE_IMG ?= controller-bundle:$(VERSION)
# Image URL to use all building/pushing image targets
IMG ?= quay.io/stolostron/multicluster-observability-operator:latest
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false"
CRD_OPTIONS ?= "crd"

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2023-12-11T07:57:04Z"
createdAt: "2023-12-11T10:33:35Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: multicluster-observability-operator.v0.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.1
controller-gen.kubebuilder.io/version: v0.13.0
service.beta.openshift.io/inject-cabundle: "true"
creationTimestamp: null
name: multiclusterobservabilities.observability.open-cluster-management.io
Expand Down Expand Up @@ -199,9 +199,9 @@ spec:
type: string
statefulSetStorageClass:
default: gp2
description: "\tSpecify the storageClass Stateful Sets. This storage
description: Specify the storageClass Stateful Sets. This storage
class will also be used for Object Storage if MetricObjectStorage
was configured for the system to create the storage."
was configured for the system to create the storage.
type: string
type: object
tolerations:
Expand Down Expand Up @@ -1406,5 +1406,5 @@ status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.1
controller-gen.kubebuilder.io/version: v0.13.0
creationTimestamp: null
name: observabilityaddons.observability.open-cluster-management.io
spec:
Expand Down Expand Up @@ -136,5 +136,5 @@ status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
conditions: null
storedVersions: null
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.13.0
name: multiclusterobservabilities.observability.open-cluster-management.io
spec:
group: observability.open-cluster-management.io
Expand Down Expand Up @@ -183,9 +181,9 @@ spec:
type: string
statefulSetStorageClass:
default: gp2
description: "\tSpecify the storageClass Stateful Sets. This storage
description: Specify the storageClass Stateful Sets. This storage
class will also be used for Object Storage if MetricObjectStorage
was configured for the system to create the storage."
was configured for the system to create the storage.
type: string
type: object
tolerations:
Expand Down Expand Up @@ -1388,9 +1386,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@

---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.13.0
name: observabilityaddons.observability.open-cluster-management.io
spec:
group: observability.open-cluster-management.io
Expand Down Expand Up @@ -134,9 +132,3 @@ spec:
storage: true
subresources:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []
2 changes: 0 additions & 2 deletions operators/multiclusterobservability/config/rbac/role.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: manager-role
rules:
- apiGroups:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

---
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
metadata:
creationTimestamp: null
name: validating-webhook-configuration
webhooks:
- admissionReviewVersions:
Expand Down

0 comments on commit 6d6fd2d

Please sign in to comment.