Skip to content

Commit

Permalink
chore: update readme example (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aatman authored Sep 8, 2021
1 parent 2febe17 commit d4c9696
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ metadata:
```
$ ./kube2cdk8s typescript -f temp.yaml
new k8s.KubeServiceAccount("", this, {
apiVersion: "v1",
kind: "ServiceAccount",
metadata: {
name: "my-service-account",
namespace: "my-namespace",
Expand Down Expand Up @@ -89,8 +87,6 @@ spec:
```
$ ./kube2cdk8s typescript -m true -f temp.yaml
new k8s.KubeDeployment("", this, {
apiVersion: "apps/v1",
kind: "Deployment",
metadata: {
name: "my-deployment",
namespace: "my-namespace",
Expand Down Expand Up @@ -123,8 +119,6 @@ new k8s.KubeDeployment("", this, {
});
new k8s.KubeDeployment("", this, {
apiVersion: "apps/v1",
kind: "Deployment",
metadata: {
name: "my-deployment-2",
namespace: "my-namespace-2",
Expand Down

0 comments on commit d4c9696

Please sign in to comment.