From 0b35ccfe67fdce958594fe2decc3ec63a726527d Mon Sep 17 00:00:00 2001 From: Tim Balzer Date: Mon, 4 Dec 2023 15:41:10 +0100 Subject: [PATCH] regenerate CRDs to fix broken name pattern --- config/crd/bases/redhatcop.redhat.io_authenginemounts.yaml | 2 +- .../bases/redhatcop.redhat.io_databasesecretengineconfigs.yaml | 2 +- .../bases/redhatcop.redhat.io_databasesecretengineroles.yaml | 2 +- .../redhatcop.redhat.io_databasesecretenginestaticroles.yaml | 2 +- .../crd/bases/redhatcop.redhat.io_githubsecretengineroles.yaml | 2 +- config/crd/bases/redhatcop.redhat.io_groupaliases.yaml | 2 +- config/crd/bases/redhatcop.redhat.io_groups.yaml | 2 +- .../bases/redhatcop.redhat.io_kubernetesauthengineconfigs.yaml | 2 +- .../bases/redhatcop.redhat.io_kubernetesauthengineroles.yaml | 2 +- .../bases/redhatcop.redhat.io_kubernetessecretengineroles.yaml | 2 +- config/crd/bases/redhatcop.redhat.io_passwordpolicies.yaml | 2 +- config/crd/bases/redhatcop.redhat.io_pkisecretengineroles.yaml | 2 +- config/crd/bases/redhatcop.redhat.io_policies.yaml | 2 +- config/crd/bases/redhatcop.redhat.io_quaysecretengineroles.yaml | 2 +- .../bases/redhatcop.redhat.io_quaysecretenginestaticroles.yaml | 2 +- .../bases/redhatcop.redhat.io_rabbitmqsecretengineroles.yaml | 2 +- config/crd/bases/redhatcop.redhat.io_randomsecrets.yaml | 2 +- config/crd/bases/redhatcop.redhat.io_secretenginemounts.yaml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/config/crd/bases/redhatcop.redhat.io_authenginemounts.yaml b/config/crd/bases/redhatcop.redhat.io_authenginemounts.yaml index 5baa8eb..e360554 100644 --- a/config/crd/bases/redhatcop.redhat.io_authenginemounts.yaml +++ b/config/crd/bases/redhatcop.redhat.io_authenginemounts.yaml @@ -193,7 +193,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string path: description: Path at which this auth engine will be mounted The final diff --git a/config/crd/bases/redhatcop.redhat.io_databasesecretengineconfigs.yaml b/config/crd/bases/redhatcop.redhat.io_databasesecretengineconfigs.yaml index 6f3918c..b47886b 100644 --- a/config/crd/bases/redhatcop.redhat.io_databasesecretengineconfigs.yaml +++ b/config/crd/bases/redhatcop.redhat.io_databasesecretengineconfigs.yaml @@ -156,7 +156,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string passwordPolicy: description: 'PasswordPolicy The name of the password policy to use diff --git a/config/crd/bases/redhatcop.redhat.io_databasesecretengineroles.yaml b/config/crd/bases/redhatcop.redhat.io_databasesecretengineroles.yaml index 40d245a..6f5cd2e 100644 --- a/config/crd/bases/redhatcop.redhat.io_databasesecretengineroles.yaml +++ b/config/crd/bases/redhatcop.redhat.io_databasesecretengineroles.yaml @@ -151,7 +151,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string path: description: Path at which to create the role. The final path in Vault diff --git a/config/crd/bases/redhatcop.redhat.io_databasesecretenginestaticroles.yaml b/config/crd/bases/redhatcop.redhat.io_databasesecretenginestaticroles.yaml index 84ffaf7..2936ed7 100644 --- a/config/crd/bases/redhatcop.redhat.io_databasesecretenginestaticroles.yaml +++ b/config/crd/bases/redhatcop.redhat.io_databasesecretenginestaticroles.yaml @@ -136,7 +136,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string passwordCredentialConfig: description: PasswordCredentialConfig specifies the configuraiton diff --git a/config/crd/bases/redhatcop.redhat.io_githubsecretengineroles.yaml b/config/crd/bases/redhatcop.redhat.io_githubsecretengineroles.yaml index 44ae176..1ac2ae5 100644 --- a/config/crd/bases/redhatcop.redhat.io_githubsecretengineroles.yaml +++ b/config/crd/bases/redhatcop.redhat.io_githubsecretengineroles.yaml @@ -130,7 +130,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string organizationName: description: OrganizationName the name of the organization with the diff --git a/config/crd/bases/redhatcop.redhat.io_groupaliases.yaml b/config/crd/bases/redhatcop.redhat.io_groupaliases.yaml index 6996e9e..e60beaa 100644 --- a/config/crd/bases/redhatcop.redhat.io_groupaliases.yaml +++ b/config/crd/bases/redhatcop.redhat.io_groupaliases.yaml @@ -125,7 +125,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string type: object status: diff --git a/config/crd/bases/redhatcop.redhat.io_groups.yaml b/config/crd/bases/redhatcop.redhat.io_groups.yaml index 06ef20d..999d879 100644 --- a/config/crd/bases/redhatcop.redhat.io_groups.yaml +++ b/config/crd/bases/redhatcop.redhat.io_groups.yaml @@ -141,7 +141,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string policies: description: Policies Policies to be tied to the group. kubebuilder:validation:UniqueItems=true diff --git a/config/crd/bases/redhatcop.redhat.io_kubernetesauthengineconfigs.yaml b/config/crd/bases/redhatcop.redhat.io_kubernetesauthengineconfigs.yaml index 0bb2d1c..1af5d01 100644 --- a/config/crd/bases/redhatcop.redhat.io_kubernetesauthengineconfigs.yaml +++ b/config/crd/bases/redhatcop.redhat.io_kubernetesauthengineconfigs.yaml @@ -159,7 +159,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string path: description: Path at which to make the configuration. The final path diff --git a/config/crd/bases/redhatcop.redhat.io_kubernetesauthengineroles.yaml b/config/crd/bases/redhatcop.redhat.io_kubernetesauthengineroles.yaml index 0a860b4..fb94dd8 100644 --- a/config/crd/bases/redhatcop.redhat.io_kubernetesauthengineroles.yaml +++ b/config/crd/bases/redhatcop.redhat.io_kubernetesauthengineroles.yaml @@ -145,7 +145,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string path: description: Path at which to make the configuration. The final path diff --git a/config/crd/bases/redhatcop.redhat.io_kubernetessecretengineroles.yaml b/config/crd/bases/redhatcop.redhat.io_kubernetessecretengineroles.yaml index 7edde58..04bc66c 100644 --- a/config/crd/bases/redhatcop.redhat.io_kubernetessecretengineroles.yaml +++ b/config/crd/bases/redhatcop.redhat.io_kubernetessecretengineroles.yaml @@ -183,7 +183,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string nameTemplate: description: NameTemplate The name template to use when generating diff --git a/config/crd/bases/redhatcop.redhat.io_passwordpolicies.yaml b/config/crd/bases/redhatcop.redhat.io_passwordpolicies.yaml index 87c81a1..a7e578e 100644 --- a/config/crd/bases/redhatcop.redhat.io_passwordpolicies.yaml +++ b/config/crd/bases/redhatcop.redhat.io_passwordpolicies.yaml @@ -121,7 +121,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string passwordPolicy: description: PasswordPolicy is a Vault password policy (https://www.vaultproject.io/docs/concepts/password-policies) diff --git a/config/crd/bases/redhatcop.redhat.io_pkisecretengineroles.yaml b/config/crd/bases/redhatcop.redhat.io_pkisecretengineroles.yaml index abf01fd..c02898a 100644 --- a/config/crd/bases/redhatcop.redhat.io_pkisecretengineroles.yaml +++ b/config/crd/bases/redhatcop.redhat.io_pkisecretengineroles.yaml @@ -301,7 +301,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string noStore: description: If set, certificates issued/signed against this role diff --git a/config/crd/bases/redhatcop.redhat.io_policies.yaml b/config/crd/bases/redhatcop.redhat.io_policies.yaml index 7959d36..33a8be4 100644 --- a/config/crd/bases/redhatcop.redhat.io_policies.yaml +++ b/config/crd/bases/redhatcop.redhat.io_policies.yaml @@ -121,7 +121,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string policy: description: Policy is a Vault policy expressed in HCL language. diff --git a/config/crd/bases/redhatcop.redhat.io_quaysecretengineroles.yaml b/config/crd/bases/redhatcop.redhat.io_quaysecretengineroles.yaml index 9f05238..f905c93 100644 --- a/config/crd/bases/redhatcop.redhat.io_quaysecretengineroles.yaml +++ b/config/crd/bases/redhatcop.redhat.io_quaysecretengineroles.yaml @@ -140,7 +140,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string namespaceName: description: NamespaceName Name of the Quay account. diff --git a/config/crd/bases/redhatcop.redhat.io_quaysecretenginestaticroles.yaml b/config/crd/bases/redhatcop.redhat.io_quaysecretenginestaticroles.yaml index d17a0f2..bf89ea4 100644 --- a/config/crd/bases/redhatcop.redhat.io_quaysecretenginestaticroles.yaml +++ b/config/crd/bases/redhatcop.redhat.io_quaysecretenginestaticroles.yaml @@ -135,7 +135,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string namespaceName: description: NamespaceName Name of the Quay account. diff --git a/config/crd/bases/redhatcop.redhat.io_rabbitmqsecretengineroles.yaml b/config/crd/bases/redhatcop.redhat.io_rabbitmqsecretengineroles.yaml index 2c0f251..1a15ef1 100644 --- a/config/crd/bases/redhatcop.redhat.io_rabbitmqsecretengineroles.yaml +++ b/config/crd/bases/redhatcop.redhat.io_rabbitmqsecretengineroles.yaml @@ -123,7 +123,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string path: description: Path at which to make the configuration. The final path diff --git a/config/crd/bases/redhatcop.redhat.io_randomsecrets.yaml b/config/crd/bases/redhatcop.redhat.io_randomsecrets.yaml index adcc291..63348d7 100644 --- a/config/crd/bases/redhatcop.redhat.io_randomsecrets.yaml +++ b/config/crd/bases/redhatcop.redhat.io_randomsecrets.yaml @@ -127,7 +127,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string path: description: Path at which to create the secret. The final path in diff --git a/config/crd/bases/redhatcop.redhat.io_secretenginemounts.yaml b/config/crd/bases/redhatcop.redhat.io_secretenginemounts.yaml index e94874d..0ec9e78 100644 --- a/config/crd/bases/redhatcop.redhat.io_secretenginemounts.yaml +++ b/config/crd/bases/redhatcop.redhat.io_secretenginemounts.yaml @@ -191,7 +191,7 @@ spec: name: description: The name of the obejct created in Vault. If this is specified it takes precedence over {metatada.name} - pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?''' + pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?' type: string options: additionalProperties: