Skip to content

Commit d44f4e5

Browse files
author
mathieu prigent
committed
fix doc
1 parent 6e6d0de commit d44f4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/cloud_project_kube_nodepool.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following arguments are supported:
7777
* `template ` - (Optional) Managed Kubernetes nodepool template, which is a complex object constituted by two main nested objects:
7878
* `metadata` - Metadata of each node in the pool
7979
* `annotations` - Annotations to apply to each node
80-
* `finalizers` - Finalizers to apply to each node, kubernetes finalizer format is a FQDN (full qualified domain name) like an api group, the rune '/' and then a version. For example: ovhcloud.com/v1
80+
* `finalizers` - Finalizers to apply to each node. A finalizer name must be fully qualified, e.g. kubernetes.io/pv-protection , where you prefix it with hostname of your service which is related to the controller responsible for the finalizer.
8181
* `labels` - Labels to apply to each node
8282
* `spec` - Spec of each node in the pool
8383
* `taints` - Taints to apply to each node

0 commit comments

Comments
 (0)