Skip to content

Commit

Permalink
Renaming example in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
suket22 committed Jun 9, 2022
1 parent ed2e071 commit f428c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/en/preview/AWS/user-data.md
Expand Up @@ -19,7 +19,7 @@ Your UserData can be added to `spec.userData` in the `AWSNodeTemplate` resource
apiVersion: karpenter.k8s.aws/v1alpha1
kind: AWSNodeTemplate
metadata:
name: mynodetemplate
name: bottlerocket-example
spec:
userData: |
[settings.kubernetes]
Expand All @@ -39,7 +39,7 @@ spec:
securityGroupSelector:
karpenter.sh/discovery: my-cluster
providerRef:
name: mynodetemplate
name: bottlerocket-example
```

## UserData Content and Merge Semantics
Expand Down

0 comments on commit f428c11

Please sign in to comment.