This repository has been archived on 2025-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ClusterAPI.imageBuilder/packer/azure/scripts/test-templates/patches/azuremachinetemplate-controlplane.yaml

11 lines
224 B
YAML
Raw Normal View History

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