diff --git a/k8-operator/config/crd/bases/secrets.infisical.com_clustergenerators.yaml b/k8-operator/config/crd/bases/secrets.infisical.com_clustergenerators.yaml index 347c7c8c5..c4a9eb168 100644 --- a/k8-operator/config/crd/bases/secrets.infisical.com_clustergenerators.yaml +++ b/k8-operator/config/crd/bases/secrets.infisical.com_clustergenerators.yaml @@ -44,10 +44,10 @@ spec: properties: allowRepeat: default: false - description: set AllowRepeat to true to allow repeating characters. + description: set allowRepeat to true to allow repeating characters. type: boolean digits: - description: Digits specifies the number of digits in the + description: digits specifies the number of digits in the generated password. If omitted it defaults to 25% of the length of the password type: integer @@ -58,21 +58,17 @@ spec: type: integer noUpper: default: false - description: Set NoUpper to disable uppercase characters + description: Set noUpper to disable uppercase characters type: boolean symbolCharacters: - description: SymbolCharacters specifies the special characters + description: symbolCharacters specifies the special characters that should be used in the generated password. type: string symbols: - description: Symbols specifies the number of symbol characters + description: symbols specifies the number of symbol characters in the generated password. If omitted it defaults to 25% of the length of the password type: integer - required: - - allowRepeat - - length - - noUpper type: object uuidSpec: description: UUIDSpec controls the behavior of the uuid generator. diff --git a/k8-operator/config/crd/bases/secrets.infisical.com_passwords.yaml b/k8-operator/config/crd/bases/secrets.infisical.com_passwords.yaml index 45b666054..dc14f2bf0 100644 --- a/k8-operator/config/crd/bases/secrets.infisical.com_passwords.yaml +++ b/k8-operator/config/crd/bases/secrets.infisical.com_passwords.yaml @@ -38,10 +38,10 @@ spec: properties: allowRepeat: default: false - description: set AllowRepeat to true to allow repeating characters. + description: set allowRepeat to true to allow repeating characters. type: boolean digits: - description: Digits specifies the number of digits in the generated + description: digits specifies the number of digits in the generated password. If omitted it defaults to 25% of the length of the password type: integer length: @@ -50,21 +50,17 @@ spec: type: integer noUpper: default: false - description: Set NoUpper to disable uppercase characters + description: Set noUpper to disable uppercase characters type: boolean symbolCharacters: - description: SymbolCharacters specifies the special characters that + description: symbolCharacters specifies the special characters that should be used in the generated password. type: string symbols: - description: Symbols specifies the number of symbol characters in + description: symbols specifies the number of symbol characters in the generated password. If omitted it defaults to 25% of the length of the password type: integer - required: - - allowRepeat - - length - - noUpper type: object type: object served: true diff --git a/k8-operator/config/crd/bases/secrets.infisical.com_uuids.yaml b/k8-operator/config/crd/bases/secrets.infisical.com_uuids.yaml index c2aa50d13..495b5b276 100644 --- a/k8-operator/config/crd/bases/secrets.infisical.com_uuids.yaml +++ b/k8-operator/config/crd/bases/secrets.infisical.com_uuids.yaml @@ -18,7 +18,7 @@ spec: - name: v1alpha1 schema: openAPIV3Schema: - description: UUID generates a version 1 UUID (e56657e3-764f-11ef-a397-65231a88c216). + description: UUID generates a version 4 UUID (e56657e3-764f-11ef-a397-65231a88c216). properties: apiVersion: description: 'APIVersion defines the versioned schema of this representation