Skip to content

Commit 71cde22

Browse files
committed
Update OCP pipeline sample CRs
Remove the file_storage_* configs because there is no storage class defined in the samples. [noissue]
1 parent d745ef3 commit 71cde22

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

config/samples/pulpproject_v1beta1_pulp_cr.galaxy.ocp.ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,9 @@ spec:
1111
admin_password_secret: "example-pulp-admin-password"
1212
signing_secret: "signing-galaxy"
1313
signing_scripts_configmap: "signing-scripts"
14-
storage_type: File
1514
ingress_type: route
1615
route_host: route_host_placeholder
1716
route_tls_termination_mechanism: edge
18-
# k3s local-path requires this
19-
file_storage_access_mode: "ReadWriteOnce"
20-
# We have a little over 10GB free on GHA VMs/instances
21-
file_storage_size: "10Gi"
2217
pulp_settings:
2318
api_root: "/api/galaxy/pulp/"
2419
allowed_export_paths:

config/samples/pulpproject_v1beta1_pulp_cr.ocp.ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,9 @@ metadata:
55
spec:
66
deployment_type: pulp
77
admin_password_secret: "example-pulp-admin-password"
8-
storage_type: File
98
ingress_type: route
109
route_host: route_host_placeholder
1110
route_tls_termination_mechanism: edge
12-
# k3s local-path requires this
13-
file_storage_access_mode: "ReadWriteOnce"
14-
# We have a little over 10GB free on GHA VMs/instances
15-
file_storage_size: "10Gi"
1611
pulp_settings:
1712
api_root: "/pulp/"
1813
allowed_export_paths:

0 commit comments

Comments
 (0)