This documentation is for a release that is no longer maintained
See documentation for the latest supported version.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 3. Deprecated functionalities
This section lists deprecated functionalities in Red Hat Developer Hub 1.3.
spec.application.image, spec.application.replicas and spec.application.imagePullSecrets fields are deprecated in v1alpha2 in favour of spec.deployment.
Procedure
To update your Developer Hub Operation configuration:
Remove the
spec.application.image,spec.application.replicasandspec.application.imagePullSecretsfields from the Operator configuration. For example:Copy to Clipboard Copied! Toggle word wrap Toggle overflow <1> Replica count. <2> Array of image pull secrets names. <3> Image name.
Replace the removed fields with new
spec.deploymentfields. For example:Copy to Clipboard Copied! Toggle word wrap Toggle overflow <1> Replica count. <2> Array of image pull secrets names. <3> Image name.
Additional resources