Skip to content

Commit

Permalink
Merge pull request #291 from detiber/fixConformanceTemplate
Browse files Browse the repository at this point in the history
🏃 [ci-conformance] Fix kustomize template to remove ami reference
  • Loading branch information
k8s-ci-robot authored Apr 3, 2020
2 parents 24b16f5 + beb0e6c commit 2110d87
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 2110d87

Please sign in to comment.