Skip to content

Commit cce4a8e

Browse files
Merge pull request #210 from ExB-Group/main
Regenerate CRDs to fix broken name pattern
2 parents 701516a + 0b35ccf commit cce4a8e

18 files changed

+18
-18
lines changed

config/crd/bases/redhatcop.redhat.io_authenginemounts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ spec:
193193
name:
194194
description: The name of the obejct created in Vault. If this is specified
195195
it takes precedence over {metatada.name}
196-
pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?'''
196+
pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?'
197197
type: string
198198
path:
199199
description: Path at which this auth engine will be mounted The final

config/crd/bases/redhatcop.redhat.io_databasesecretengineconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ spec:
156156
name:
157157
description: The name of the obejct created in Vault. If this is specified
158158
it takes precedence over {metatada.name}
159-
pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?'''
159+
pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?'
160160
type: string
161161
passwordPolicy:
162162
description: 'PasswordPolicy The name of the password policy to use

config/crd/bases/redhatcop.redhat.io_databasesecretengineroles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ spec:
151151
name:
152152
description: The name of the obejct created in Vault. If this is specified
153153
it takes precedence over {metatada.name}
154-
pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?'''
154+
pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?'
155155
type: string
156156
path:
157157
description: Path at which to create the role. The final path in Vault

config/crd/bases/redhatcop.redhat.io_databasesecretenginestaticroles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ spec:
136136
name:
137137
description: The name of the obejct created in Vault. If this is specified
138138
it takes precedence over {metatada.name}
139-
pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?'''
139+
pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?'
140140
type: string
141141
passwordCredentialConfig:
142142
description: PasswordCredentialConfig specifies the configuraiton

config/crd/bases/redhatcop.redhat.io_githubsecretengineroles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ spec:
130130
name:
131131
description: The name of the obejct created in Vault. If this is specified
132132
it takes precedence over {metatada.name}
133-
pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?'''
133+
pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?'
134134
type: string
135135
organizationName:
136136
description: OrganizationName the name of the organization with the

config/crd/bases/redhatcop.redhat.io_groupaliases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ spec:
125125
name:
126126
description: The name of the obejct created in Vault. If this is specified
127127
it takes precedence over {metatada.name}
128-
pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?'''
128+
pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?'
129129
type: string
130130
type: object
131131
status:

config/crd/bases/redhatcop.redhat.io_groups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ spec:
141141
name:
142142
description: The name of the obejct created in Vault. If this is specified
143143
it takes precedence over {metatada.name}
144-
pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?'''
144+
pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?'
145145
type: string
146146
policies:
147147
description: Policies Policies to be tied to the group. kubebuilder:validation:UniqueItems=true

config/crd/bases/redhatcop.redhat.io_kubernetesauthengineconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ spec:
159159
name:
160160
description: The name of the obejct created in Vault. If this is specified
161161
it takes precedence over {metatada.name}
162-
pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?'''
162+
pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?'
163163
type: string
164164
path:
165165
description: Path at which to make the configuration. The final path

config/crd/bases/redhatcop.redhat.io_kubernetesauthengineroles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ spec:
145145
name:
146146
description: The name of the obejct created in Vault. If this is specified
147147
it takes precedence over {metatada.name}
148-
pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?'''
148+
pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?'
149149
type: string
150150
path:
151151
description: Path at which to make the configuration. The final path

config/crd/bases/redhatcop.redhat.io_kubernetessecretengineroles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ spec:
183183
name:
184184
description: The name of the obejct created in Vault. If this is specified
185185
it takes precedence over {metatada.name}
186-
pattern: '''[a-z0-9]([-a-z0-9]*[a-z0-9])?'''
186+
pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?'
187187
type: string
188188
nameTemplate:
189189
description: NameTemplate The name template to use when generating

0 commit comments

Comments
 (0)