Skip to content

Commit

Permalink
Add LDAP field to Pulp CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hyagi committed Sep 11, 2023
1 parent a8e5b97 commit 46c3cb6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm-charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ entries:
pulp-operator:
- apiVersion: v2
appVersion: 1.0.0-beta.1
created: "2023-08-30T11:10:06.729866443-03:00"
created: "2023-09-11T10:16:19.911339667-03:00"
description: A Helm chart to install pulp-operator
digest: 79f7aa402792bc8bb50f92fdb3dbcad242635fdcd5bd52a19fb261a48d6a3e70
digest: c3e8f514ca05def58da7d956aac713e1dc9ffb191d288542bc5b6f3de625678b
name: pulp-operator
type: application
urls:
- https://github.com/pulp/pulp-k8s-resources/releases/download/1.0.2-beta.1/pulp-operator-0.1.0.tgz
- https://github.com/pulp/pulp-k8s-resources/releases/download/1.0.3-beta.1/pulp-operator-0.1.0.tgz
version: 0.1.0
generated: "2023-08-30T11:10:06.722372798-03:00"
generated: "2023-09-11T10:16:19.90654677-03:00"
18 changes: 18 additions & 0 deletions helm-charts/templates/pulp-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ spec:
- name: v1beta2
schema:
openAPIV3Schema:
description: Pulp is the Schema for the pulps API
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand Down Expand Up @@ -6119,6 +6120,11 @@ spec:
- pulp
- galaxy
type: string
disable_migrations:
description: Disable database migrations. Useful for situations in
which we don't want to automatically run the database migrations,
for example, during restore.
type: boolean
ee_defaults:
description: 'Name of the ConfigMap with the list of Execution Environments
that should be synchronized. Default: ee-default-images'
Expand Down Expand Up @@ -6215,6 +6221,18 @@ spec:
to grant a ClusterRole (to do a get into the IngressClass and verify
the controller). Default: false'
type: boolean
ldap:
description: LDAP defines the ldap resources used by pulpcore containers
to integrate Pulp with LDAP authentication
properties:
ca:
description: The name of the Secret with the CA chain to connect
to ldap server.
type: string
config:
description: The name of the Secret with ldap config.
type: string
type: object
loadbalancer_port:
description: Port exposed by pulp-web service when ingress_type==loadbalancer
format: int32
Expand Down

0 comments on commit 46c3cb6

Please sign in to comment.