Skip to content

Commit

Permalink
Merge pull request #128 from Sitecore/feature/sxc-4087
Browse files Browse the repository at this point in the history
Add SXC Sitecore Commerce Container SDK 10.3.0.9082.4087
  • Loading branch information
sc-marcusheath authored Feb 23, 2023
2 parents 7fd5376 + fdc303e commit 943f350
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: device-detection
provisioner: kubernetes.io/azure-file
provisioner: file.csi.azure.com
parameters:
skuName: Standard_LRS
---
Expand Down
2 changes: 1 addition & 1 deletion sxc/10.3/k8s-commerce-xc1/volumes/azurefile/logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: logs
provisioner: kubernetes.io/azure-file
provisioner: file.csi.azure.com
parameters:
skuName: Standard_LRS
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: submit-queue
provisioner: kubernetes.io/azure-file
provisioner: file.csi.azure.com
parameters:
skuName: Standard_LRS
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: platform-config-storage
provisioner: kubernetes.io/azure-file
provisioner: file.csi.azure.com
mountOptions:
- dir_mode=0777
- file_mode=0777
Expand Down

0 comments on commit 943f350

Please sign in to comment.