Skip to content

Commit 3e50b38

Browse files
committed
[ci] Configure storageClass for CloudKitty in CRC environment
Set the storageClass to crc-csi-hostpath-provisioner for CloudKitty deployment in CRC-based CI jobs. This prevents the need to increase PVC allocations in install_yamls by using the default storage class available in CRC, which allocates storage as required.
1 parent a8a7718 commit 3e50b38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/configure-cloudkitty.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
metadata:
2525
name: unused
2626
spec:
27+
# Set overall storage class so we don't need to increase the
28+
# number of PVCs that install_yamls creates
29+
# this is only applicable to crc-based jobs, it is not in
30+
# openshift by default, but is included in the crc distribution
31+
storageClass: crc-csi-hostpath-provisioner
2732
telemetry:
2833
# this is needed so the secrets are created for dataplane deployment
2934
enabled: true

0 commit comments

Comments
 (0)