Skip to content

Commit

Permalink
[ci-conformance] Fix kustomize template to remove ami reference
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Apr 3, 2020
1 parent 24b16f5 commit beb0e6c
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions templates/kustomizeversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,6 @@ spec:
echo "$LINE_SEPARATOR"
---
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3
kind: GCPMachineTemplate
metadata:
name: "${CLUSTER_NAME}-control-plane"
spec:
template:
spec:
ami:
id: ${IMAGE_ID}
---
apiVersion: bootstrap.cluster.x-k8s.io/v1alpha3
kind: KubeadmConfigTemplate
metadata:
Expand Down Expand Up @@ -154,13 +144,3 @@ spec:
echo "kubelet version: " $(kubelet --version)
echo "$LINE_SEPARATOR"
---
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3
kind: GCPMachineTemplate
metadata:
name: ${CLUSTER_NAME}-md-0
spec:
template:
spec:
ami:
id: ${IMAGE_ID}

0 comments on commit beb0e6c

Please sign in to comment.