diff --git a/content/en/docs/reference/halyard/custom.md b/content/en/docs/reference/halyard/custom.md index caa3b2f7..bf46f58d 100644 --- a/content/en/docs/reference/halyard/custom.md +++ b/content/en/docs/reference/halyard/custom.md @@ -169,10 +169,10 @@ Node selector annotations will put out `nodeSelector` values in the Pod specific ``` kubernetes: - nodeSelectors: + nodeSelector: exampleNodeKey: exampleNodeValue deploymentEnvironment: - nodeSelectors: + nodeSelector: exampleNodeKey: exampleNodeValue ``` @@ -249,4 +249,4 @@ kubernetes: type: recreate ``` -For additional information regarding the implication of each of these deployment strategies, consult the [Updating a Deployment](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) documentation. \ No newline at end of file +For additional information regarding the implication of each of these deployment strategies, consult the [Updating a Deployment](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) documentation.