Skip to content

Commit

Permalink
Remove helm templates in the descriptions to make linter happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
weseven committed May 8, 2024
1 parent 05fab57 commit cf36b96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
description: NamingStrategy allows changing the naming pattern used when creating the control plane provider object.
properties:
template:
description: 'Template defines the template to use for generating the name of the ControlPlane object. If not defined, it will fallback to `{{ .cluster.name }}-{{ .random }}`. If the templated string exceeds 63 characters, it will be trimmed to 58 characters and will get concatenated with a random suffix of length 5. The templating mechanism provides the following arguments: * `.cluster.name`: The name of the cluster object. * `.random`: A random alphanumeric string, without vowels, of length 5.'
description: 'Template defines the template to use for generating the name of the ControlPlane object. If not defined, it will fallback to `.cluster.name.random` . If the templated string exceeds 63 characters, it will be trimmed to 58 characters and will get concatenated with a random suffix of length 5. The templating mechanism provides the following arguments: * `.cluster.name`: The name of the cluster object. * `.random`: A random alphanumeric string, without vowels, of length 5.'
type: string
type: object
nodeDeletionTimeout:
Expand Down Expand Up @@ -497,7 +497,7 @@
description: NamingStrategy allows changing the naming pattern used when creating the MachineDeployment.
properties:
template:
description: 'Template defines the template to use for generating the name of the MachineDeployment object. If not defined, it will fallback to `{{ .cluster.name }}-{{ .machineDeployment.topologyName }}-{{ .random }}`. If the templated string exceeds 63 characters, it will be trimmed to 58 characters and will get concatenated with a random suffix of length 5. The templating mechanism provides the following arguments: * `.cluster.name`: The name of the cluster object. * `.random`: A random alphanumeric string, without vowels, of length 5. * `.machineDeployment.topologyName`: The name of the MachineDeployment topology (Cluster.spec.topology.workers.machineDeployments[].name).'
description: 'Template defines the template to use for generating the name of the MachineDeployment object. If not defined, it will fallback to `.cluster.name.machineDeployment.topologyName.random`. If the templated string exceeds 63 characters, it will be trimmed to 58 characters and will get concatenated with a random suffix of length 5. The templating mechanism provides the following arguments: * `.cluster.name`: The name of the cluster object. * `.random`: A random alphanumeric string, without vowels, of length 5. * `.machineDeployment.topologyName`: The name of the MachineDeployment topology (Cluster.spec.topology.workers.machineDeployments[].name).'
type: string
type: object
nodeDeletionTimeout:
Expand Down

0 comments on commit cf36b96

Please sign in to comment.