Skip to content

Commit

Permalink
Update yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
vikaschoudhary16 committed Sep 21, 2018
1 parent 60deed7 commit 06713f1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 29 deletions.
16 changes: 0 additions & 16 deletions examples/app-version-mao.yaml

This file was deleted.

18 changes: 9 additions & 9 deletions examples/cluster-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ spec:
aws:
instanceType: m4.large
machineSets:
- nodeType: Master
size: 1
- shortName: infra
nodeType: Compute
infra: true
size: 1
- shortName: compute
nodeType: Compute
size: 1
- nodeType: Master
size: 1
- shortName: infra
nodeType: Compute
infra: true
size: 1
- shortName: compute
nodeType: Compute
size: 1
1 change: 0 additions & 1 deletion examples/machine-set-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ spec:
controlPlane: 0.0.0
roles:
- Master

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ spec:
uri: {{.Libvirt.URI}}
versions:
kubelet: ""
controlPlane: ""
controlPlane: ""
2 changes: 1 addition & 1 deletion manifests/clusterapi-apiserver.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: clusterapi-apiserver
Expand Down
2 changes: 1 addition & 1 deletion manifests/clusterapi-controller.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: clusterapi-controllers
Expand Down

0 comments on commit 06713f1

Please sign in to comment.