From 46c3cb6d99e6d09936909f545c6e5ef226aa60c3 Mon Sep 17 00:00:00 2001 From: git-hyagi <45576767+git-hyagi@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:16:43 -0300 Subject: [PATCH] Add LDAP field to Pulp CRD --- helm-charts/index.yaml | 8 ++++---- helm-charts/templates/pulp-crd.yaml | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/helm-charts/index.yaml b/helm-charts/index.yaml index 690eb7d..e494990 100644 --- a/helm-charts/index.yaml +++ b/helm-charts/index.yaml @@ -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" diff --git a/helm-charts/templates/pulp-crd.yaml b/helm-charts/templates/pulp-crd.yaml index 908506e..43da811 100644 --- a/helm-charts/templates/pulp-crd.yaml +++ b/helm-charts/templates/pulp-crd.yaml @@ -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 @@ -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' @@ -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