Skip to content

Commit 4655cee

Browse files
committed
Cleanup
1 parent 16b64f5 commit 4655cee

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

.werft/vm/manifests/rook-ceph/common.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -80,24 +80,6 @@ rules:
8080
resources: ["volumesnapshots/status"]
8181
verbs: ["update", "patch"]
8282
---
83-
# apiVersion: rbac.authorization.k8s.io/v1
84-
# kind: ClusterRole
85-
# metadata:
86-
# name: 'psp:rook'
87-
# labels:
88-
# operator: rook
89-
# storage-backend: ceph
90-
# app.kubernetes.io/part-of: rook-ceph-operator
91-
# rules:
92-
# - apiGroups:
93-
# - policy
94-
# resources:
95-
# - podsecuritypolicies
96-
# resourceNames:
97-
# - 00-rook-privileged
98-
# verbs:
99-
# - use
100-
# ---
10183
kind: ClusterRole
10284
apiVersion: rbac.authorization.k8s.io/v1
10385
metadata:

components/gitpod-protocol/go/gitpod-service.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,10 +2052,7 @@ type UpdateOwnAuthProviderParams struct {
20522052
// CreateWorkspaceOptions is the CreateWorkspaceOptions message type
20532053
type CreateWorkspaceOptions struct {
20542054
StartWorkspaceOptions
2055-
ContextURL string `json:"contextUrl,omitempty"`
2056-
// references:
2057-
// https://github.com/gitpod-io/gitpod/pull/17040
2058-
// https://github.com/gitpod-io/gitpod/blob/90b7d658589fd6e9fb239ff239591b9f1218fc83/components/server/src/workspace/gitpod-server-impl.ts#L1227-L1235
2055+
ContextURL string `json:"contextUrl,omitempty"`
20592056
OrganizationId string `json:"organizationId,omitempty"`
20602057
IgnoreRunningWorkspaceOnSameCommit bool `json:"ignoreRunningWorkspaceOnSameCommit,omitemopty"`
20612058
IgnoreRunningPrebuild bool `json:"ignoreRunningPrebuild,omitemopty"`

0 commit comments

Comments
 (0)