cloud-native-toolkit / multi-tenancy-gitops

Provides our opinionated point of view on how GitOps can be used to manage the infrastructure, services and application layers of K8s based systems
https://cloudnativetoolkit.dev/adopting/use-cases/gitops/gitops-ibm-cloud-paks/
Apache License 2.0
113 stars 729 forks source link

SyncError- when installing ocs using gitops. #257

Closed agborntui closed 1 year ago

agborntui commented 2 years ago

I get this error message installing Openshift storage cluster(ocs) on OCP in Azure.

SyncError Failed sync attempt to 346f5eb3d256ff1b04d1130b2d39d99670f07cf8: one or more objects failed to apply, reason: StorageCluster.ocs.openshift.io "ocs-storagecluster" is invalid: spec.storageDeviceSets.dataPVCTemplate.spec.resources.requests.storage: Invalid value: "Gi": spec.storageDeviceSets.dataPVCTemplate.spec.resources.requests.storage in body should match '^(+|-)?(([0-9]+(.[0-9])?)|(.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|(eE?(([0-9]+(.[0-9])?)|(.[0-9]+))))?$'

hollisc commented 2 years ago

@ncolon, do you know if this issue has already been addressed in this PR (https://github.com/cloud-native-toolkit/multi-tenancy-gitops/pull/256)?