Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

charts, test/e2e: synchronize PieProbe CRD #109

Merged
merged 1 commit into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions charts/pie/templates/pie.topolvm.io_pieprobes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.12.0
controller-gen.kubebuilder.io/version: v0.13.0
name: pieprobes.pie.topolvm.io
spec:
group: pie.topolvm.io
Expand Down Expand Up @@ -34,10 +34,6 @@ spec:
spec:
description: PieProbeSpec defines the desired state of PieProbe
properties:
containerImage:
type: string
controllerUrl:
type: string
monitoringStorageClass:
type: string
x-kubernetes-validations:
Expand Down Expand Up @@ -133,6 +129,11 @@ spec:
type: integer
probeThreshold:
type: string
required:
- monitoringStorageClass
- nodeSelector
- probePeriod
- probeThreshold
type: object
status:
description: PieProbeStatus defines the observed state of PieProbe
Expand Down
4 changes: 0 additions & 4 deletions test/e2e/testdata/pieProbe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ metadata:
namespace: e2e
spec:
monitoringStorageClass: standard
containerImage: pie:dev
controllerUrl: http://pie.e2e.svc:8082
nodeSelector:
nodeSelectorTerms:
- matchExpressions:
Expand All @@ -25,8 +23,6 @@ metadata:
namespace: e2e
spec:
monitoringStorageClass: dummy
containerImage: pie:dev
controllerUrl: http://pie.e2e.svc:8082
nodeSelector:
nodeSelectorTerms:
- matchExpressions:
Expand Down