Skip to content

Commit 0015eb0

Browse files
authored
Update README.md (#108)
1 parent 8594fb5 commit 0015eb0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,15 @@ The latest images and Helm Charts can be found in their respective ECR Public re
3232
apiVersion: ec2.services.k8s.aws/v1alpha1
3333
kind: VPC
3434
metadata:
35-
name: My-ACK-Resource
35+
name: $VPC_NAME
3636
spec:
37-
cidrBlock: 172.31.0.0/16
37+
cidrBlocks:
38+
- $CIDR_BLOCK
39+
enableDNSSupport: $ENABLE_DNS_SUPPORT
40+
enableDNSHostnames: $ENABLE_DNS_HOSTNAMES
41+
tags:
42+
- key: $TAG_KEY
43+
value: $TAG_VALUE
3844
```
3945

4046
* Create a VPC: `kubectl apply -f vpc.yaml`

0 commit comments

Comments
 (0)