All Downloads are FREE. Search and download functionalities are using the official Maven repository.

operator.azure-aks.azure-file-sc.yaml Maven / Gradle / Ivy

There is a newer version: 23.3.0-1025.941
Show newest version
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
  name: {{NAME}}
provisioner: kubernetes.io/azure-file
mountOptions:
  - dir_mode=0777
  - file_mode=0777
  - uid=0
  - gid=0
  - mfsymlinks
  - cache=strict
  - actimeo=30




© 2015 - 2024 Weber Informatics LLC | Privacy Policy