Skip to content

Commit

Permalink
fix: remove shared
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Dec 12, 2024
1 parent 493c1e6 commit 8a4bf23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2773,9 +2773,6 @@ spec:
type: object
type: object
x-kubernetes-map-type: atomic
shared:
description: Specify whether the pvc should be shared between test workflow pods
type: boolean
storageClassName:
description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/'
type: string
Expand Down Expand Up @@ -4082,9 +4079,6 @@ spec:
type: object
type: object
x-kubernetes-map-type: atomic
shared:
description: Specify whether the pvc should be shared between test workflow pods
type: boolean
storageClassName:
description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/'
type: string
Expand Down Expand Up @@ -4816,9 +4810,6 @@ spec:
type: object
type: object
x-kubernetes-map-type: atomic
shared:
description: Specify whether the pvc should be shared between test workflow pods
type: boolean
storageClassName:
description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/'
type: string
Expand Down Expand Up @@ -7852,9 +7843,6 @@ spec:
type: object
type: object
x-kubernetes-map-type: atomic
shared:
description: Specify whether the pvc should be shared between test workflow pods
type: boolean
storageClassName:
description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/'
type: string
Expand Down Expand Up @@ -10943,9 +10931,6 @@ spec:
type: object
type: object
x-kubernetes-map-type: atomic
shared:
description: Specify whether the pvc should be shared between test workflow pods
type: boolean
storageClassName:
description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/'
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2756,9 +2756,6 @@ spec:
type: object
type: object
x-kubernetes-map-type: atomic
shared:
description: Specify whether the pvc should be shared between test workflow pods
type: boolean
storageClassName:
description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/'
type: string
Expand Down Expand Up @@ -4008,9 +4005,6 @@ spec:
type: object
type: object
x-kubernetes-map-type: atomic
shared:
description: Specify whether the pvc should be shared between test workflow pods
type: boolean
storageClassName:
description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/'
type: string
Expand Down Expand Up @@ -4742,9 +4736,6 @@ spec:
type: object
type: object
x-kubernetes-map-type: atomic
shared:
description: Specify whether the pvc should be shared between test workflow pods
type: boolean
storageClassName:
description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/'
type: string
Expand Down Expand Up @@ -7741,9 +7732,6 @@ spec:
type: object
type: object
x-kubernetes-map-type: atomic
shared:
description: Specify whether the pvc should be shared between test workflow pods
type: boolean
storageClassName:
description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/'
type: string
Expand Down Expand Up @@ -10758,9 +10746,6 @@ spec:
type: object
type: object
x-kubernetes-map-type: atomic
shared:
description: Specify whether the pvc should be shared between test workflow pods
type: boolean
storageClassName:
description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/'
type: string
Expand Down

0 comments on commit 8a4bf23

Please sign in to comment.