Skip to content

Commit

Permalink
Kustomizing the ci file
Browse files Browse the repository at this point in the history
Signed-off-by: ritikaguptams <[email protected]>
  • Loading branch information
ritikaguptams committed Jul 28, 2024
1 parent bb3d2a3 commit a92a1d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions capz/templates/windows-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ spec:
criSocket: npipe:////./pipe/containerd-containerd
kubeletExtraArgs:
cloud-provider: external
image-credential-provider-config: /var/lib/kubelet/credential-provider-config.yaml
image-credential-provider-bin-dir: /var/lib/kubelet/credential-provider
feature-gates: ${NODE_FEATURE_GATES:-"HPAContainerMetrics=true"}
v: "2"
windows-priorityclass: ABOVE_NORMAL_PRIORITY_CLASS
Expand Down Expand Up @@ -429,7 +427,6 @@ spec:
annotations:
runtime: containerd
spec:
identity: UserAssigned
image:
marketplace:
offer: capi-windows
Expand All @@ -442,6 +439,4 @@ spec:
storageAccountType: Premium_LRS
osType: Windows
sshPublicKey: ${AZURE_SSH_PUBLIC_KEY_B64:=""}
userAssignedIdentities:
- providerID: /subscriptions/${AZURE_SUBSCRIPTION_ID}/resourceGroups/${CI_RG:=capz-ci}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/${USER_IDENTITY:=cloud-provider-user-identity}
vmSize: ${AZURE_NODE_MACHINE_TYPE:-"Standard_D4s_v3"}

0 comments on commit a92a1d5

Please sign in to comment.