@@ -64,7 +64,7 @@ metadata:
6464 capabilities : Full Lifecycle
6565 categories : Integration & Delivery
6666 containerImage : quay.io/pulp/pulp-operator:v1.0.0
67- createdAt : " 2025-11-15T11:04:25Z "
67+ createdAt : " 2025-11-24T09:59:39Z "
6868 description : Pulp is a platform for managing repositories of software packages
6969 and making them available to a large number of consumers.
7070 metadata.annotations.support : Community
@@ -260,6 +260,11 @@ spec:
260260 path : api.pdb
261261 x-descriptors :
262262 - urn:alm:descriptor:com.tectonic.ui:hidden
263+ - description : Labels to add to api pods
264+ displayName : Pod Labels
265+ path : api.pod_labels
266+ x-descriptors :
267+ - urn:alm:descriptor:com.tectonic.ui:advanced
263268 - description : Periodic probe of container service readiness. Container will
264269 be removed from service endpoints if the probe fails.
265270 displayName : Readiness Probe
@@ -333,6 +338,11 @@ spec:
333338 path : cache.node_selector
334339 x-descriptors :
335340 - urn:alm:descriptor:com.tectonic.ui:advanced
341+ - description : Labels to add to cache pods
342+ displayName : Pod Labels
343+ path : cache.pod_labels
344+ x-descriptors :
345+ - urn:alm:descriptor:com.tectonic.ui:advanced
336346 - description : PersistenVolumeClaim name that will be used by Redis pods If
337347 defined, the PVC must be provisioned by the user and the operator will only
338348 configure the deployment to use it
@@ -459,6 +469,11 @@ spec:
459469 path : content.pdb
460470 x-descriptors :
461471 - urn:alm:descriptor:com.tectonic.ui:hidden
472+ - description : Labels to add to content pods
473+ displayName : Pod Labels
474+ path : content.pod_labels
475+ x-descriptors :
476+ - urn:alm:descriptor:com.tectonic.ui:advanced
462477 - description : Periodic probe of container service readiness. Container will
463478 be removed from service endpoints if the probe fails.
464479 displayName : Readiness Probe
@@ -528,6 +543,11 @@ spec:
528543 path : database.node_selector
529544 x-descriptors :
530545 - urn:alm:descriptor:com.tectonic.ui:advanced
546+ - description : Labels to add to database pods
547+ displayName : Pod Labels
548+ path : database.pod_labels
549+ x-descriptors :
550+ - urn:alm:descriptor:com.tectonic.ui:advanced
531551 - description : ' Registry path to the PostgreSQL container to use. Default: "/var/lib/postgresql/data/pgdata"'
532552 displayName : Postgres Data Path
533553 path : database.postgres_data_path
@@ -959,6 +979,11 @@ spec:
959979 path : web.pdb
960980 x-descriptors :
961981 - urn:alm:descriptor:com.tectonic.ui:hidden
982+ - description : Labels to add to web pods
983+ displayName : Pod Labels
984+ path : web.pod_labels
985+ x-descriptors :
986+ - urn:alm:descriptor:com.tectonic.ui:advanced
962987 - description : Periodic probe of container service readiness. Container will
963988 be removed from service endpoints if the probe fails.
964989 displayName : Readiness Probe
@@ -1038,6 +1063,11 @@ spec:
10381063 path : worker.pdb
10391064 x-descriptors :
10401065 - urn:alm:descriptor:com.tectonic.ui:hidden
1066+ - description : Labels to add to worker pods
1067+ displayName : Pod Labels
1068+ path : worker.pod_labels
1069+ x-descriptors :
1070+ - urn:alm:descriptor:com.tectonic.ui:advanced
10411071 - description : Periodic probe of container service readiness. Container will
10421072 be removed from service endpoints if the probe fails.
10431073 displayName : Readiness Probe
0 commit comments