Skip to content

Commit

Permalink
docs(fix): Updated typo from nodeSelectors to nodeSelector (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
gowrigirish committed Oct 19, 2021
1 parent 0eed9f7 commit 2d559bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/reference/halyard/custom.md
Expand Up @@ -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
```

Expand Down Expand Up @@ -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.
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.

0 comments on commit 2d559bc

Please sign in to comment.