Skip to content

Commit

Permalink
Merge pull request #210 from ExB-Group/main
Browse files Browse the repository at this point in the history
Regenerate CRDs to fix broken name pattern
  • Loading branch information
raffaelespazzoli authored Dec 4, 2023
2 parents 701516a + 0b35ccf commit cce4a8e
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion config/crd/bases/redhatcop.redhat.io_authenginemounts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/redhatcop.redhat.io_groupaliases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/redhatcop.redhat.io_groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/redhatcop.redhat.io_passwordpolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/redhatcop.redhat.io_policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/redhatcop.redhat.io_randomsecrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cce4a8e

Please sign in to comment.