ClusterAPI.imageBuilder/packer/azure/scripts/test-templates/patches/azuremachinetemplate-windows.yaml

11 lines
217 B
YAML
Raw Permalink Normal View History

2023-02-22 20:24:42 +00:00
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AzureMachineTemplate
metadata:
name: ${CLUSTER_NAME}-md-win
namespace: default
spec:
template:
spec:
image:
id: ${MANAGED_IMAGE_ID}
---