Skip to content

Commit

Permalink
Add ephemeral os disk config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jont828 committed Oct 24, 2024
1 parent ceb90d2 commit 5841b2a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/test/dev/cluster-template-custom-builds-load.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions templates/test/dev/custom-builds-load/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ patches:
- path: patches/cluster-label-storageclass.yaml
- path: patches/cluster-label-azuredisk.yaml
- path: patches/kcp-scheduler.yaml
- path: patches/ephemeral.yaml
target:
group: infrastructure.cluster.x-k8s.io
kind: AzureMachineTemplate
name: .*-md-0
version: v1beta1
- path: patches/ephemeral.yaml
target:
group: infrastructure.cluster.x-k8s.io
kind: AzureMachineTemplate
name: .*-control-plane
version: v1beta1
configMapGenerator:
- files:
- storageclass=../../../addons/storageclass-azure-disk.yaml
Expand Down

0 comments on commit 5841b2a

Please sign in to comment.