diff --git a/controllers/api/v1alpha1/cfbuild_types.go b/controllers/api/v1alpha1/cfbuild_types.go index ebbaf78cd..361c12dda 100644 --- a/controllers/api/v1alpha1/cfbuild_types.go +++ b/controllers/api/v1alpha1/cfbuild_types.go @@ -30,7 +30,7 @@ type CFBuildSpec struct { // The memory limit for the pod that will stage the image StagingMemoryMB int `json:"stagingMemoryMB"` - // The ephemeral-disk size request for the pod that will stage the image + // Unimplemented: StagingDiskMB is the ephemeral-disk size request for the pod that will stage the image StagingDiskMB int `json:"stagingDiskMB"` // Specifies the buildpacks and stack for the build diff --git a/helm/korifi/controllers/crds/korifi.cloudfoundry.org_cfbuilds.yaml b/helm/korifi/controllers/crds/korifi.cloudfoundry.org_cfbuilds.yaml index 9cf660e9f..c7feec953 100644 --- a/helm/korifi/controllers/crds/korifi.cloudfoundry.org_cfbuilds.yaml +++ b/helm/korifi/controllers/crds/korifi.cloudfoundry.org_cfbuilds.yaml @@ -94,8 +94,8 @@ spec: type: object x-kubernetes-map-type: atomic stagingDiskMB: - description: The ephemeral-disk size request for the pod that will - stage the image + description: 'Unimplemented: StagingDiskMB is the ephemeral-disk size + request for the pod that will stage the image' type: integer stagingMemoryMB: description: The memory limit for the pod that will stage the image