Skip to content

Commit

Permalink
Add pulp_secret_key field
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hyagi committed Aug 21, 2023
1 parent 7b44ef6 commit 7452f22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file modified helm-charts/pulp-operator-0.1.0.tgz
Binary file not shown.
7 changes: 7 additions & 0 deletions helm-charts/templates/pulp-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6765,6 +6765,10 @@ spec:
type: string
type: object
type: array
pulp_secret_key:
description: 'Name of the Secret to provide Django cryptographic signing.
Default: "pulp-secret-key"'
type: string
pulp_settings:
description: Definition of /etc/pulp/settings.py config file.
type: object
Expand Down Expand Up @@ -9706,6 +9710,9 @@ spec:
object_storage_s3_secret:
description: The secret for S3 compliant object storage configuration.
type: string
pulp_secret_key:
description: Name of the Secret to provide Django cryptographic signing.
type: string
storagePersistentVolumeClaim:
description: '[DEPRECATED] Temporarily adding to keep compatibility
with ansible version.'
Expand Down

0 comments on commit 7452f22

Please sign in to comment.