@@ -325,7 +325,7 @@ metadata:
325325 capabilities : Full Lifecycle
326326 categories : Integration & Delivery
327327 containerImage : quay.io/pulp/pulp-operator:devel
328- createdAt : " 2023-08-09T19:33:08Z "
328+ createdAt : " 2023-08-21T15:47:03Z "
329329 description : Pulp is a platform for managing repositories of software packages
330330 and making them available to a large number of consumers.
331331 operators.operatorframework.io/builder : operator-sdk-v1.29.0
@@ -544,6 +544,11 @@ spec:
544544 - description : Label selector used to identify postgres pod for executing migration
545545 displayName : Postgres Label Selector
546546 path : postgres_label_selector
547+ - description : Secret where the Django SECRET_KEY configuration can be found
548+ displayName : Django SECRET_KEY configuration
549+ path : pulp_secret_key
550+ x-descriptors :
551+ - urn:alm:descriptor:io.kubernetes:Secret
547552 statusDescriptors :
548553 - description : Administrator password secret used by the deployed instance
549554 displayName : Admin Password Secret
@@ -3248,6 +3253,12 @@ spec:
32483253 path : postgres_tolerations
32493254 x-descriptors :
32503255 - urn:alm:descriptor:com.tectonic.ui:advanced
3256+ - description : ' Name of the Secret to provide Django cryptographic signing.
3257+ Default: "pulp-secret-key"'
3258+ displayName : Pulp Secret Key
3259+ path : pulp_secret_key
3260+ x-descriptors :
3261+ - urn:alm:descriptor:com.tectonic.ui:hidden
32513262 - description : Definition of /etc/pulp/settings.py config file.
32523263 displayName : Pulp Settings
32533264 path : pulp_settings
0 commit comments