mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-18 14:59:38 +02:00
chore: Fix typo in nodeadm examples (#2986)
* Fix `nodeadm` example typo * `apiVersion: node.eks.aws/v1alpha` -> `apiVersion: node.eks.aws/v1alpha1` * Revert whitespace changes * `tofu apply` in `examples/user_data` * chore: Fix file extension type for MIME multipart user data * chore: Fix line endings based off this https://github.com/hashicorp/terraform/issues/32910 --------- Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
11
examples/user_data/rendered/al2/eks-mng-additional.txt
Executable file
11
examples/user_data/rendered/al2/eks-mng-additional.txt
Executable file
@@ -0,0 +1,11 @@
|
||||
Content-Type: multipart/mixed; boundary="//"
|
||||
MIME-Version: 1.0
|
||||
|
||||
--//
|
||||
Content-Transfer-Encoding: 7bit
|
||||
Content-Type: text/x-shellscript
|
||||
Mime-Version: 1.0
|
||||
|
||||
export USE_MAX_PODS=false
|
||||
|
||||
--//--
|
||||
Reference in New Issue
Block a user