Skip to content

Commit

Permalink
ci: add async delete mount
Browse files Browse the repository at this point in the history
  • Loading branch information
jpayne3506 committed Dec 9, 2023
1 parent 0bef65d commit 1bad044
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/integration/manifests/cns/daemonset-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ spec:
mountPath: /k/azurecns
- name: cns-config
mountPath: /etc/azure-cns # // TODO: add windows cni conflist when ready
- mountPath: /var/run/azure-vnet
name: azure-vnet
ports:
- containerPort: 10090
hostPort: 10090
Expand Down Expand Up @@ -128,5 +130,9 @@ spec:
hostPath:
path: /k/azurecni/bin
type: Directory # // TODO: add windows cni conflist when ready
- name: azure-vnet
hostPath:
path: /var/run/azure-vnet
type: DirectoryOrCreate
serviceAccount: azure-cns
serviceAccountName: azure-cns

0 comments on commit 1bad044

Please sign in to comment.