Created
October 13, 2021 06:14
-
-
Save bharathirajatut/be7290285ef713c5847e8750282d74fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: storage.k8s.io/v1 | |
kind: StorageClass | |
metadata: | |
name: local-storage | |
provisioner: kubernetes.io/no-provisioner | |
volumeBindingMode: WaitForFirstConsumer | |
allowVolumeExpansion: true | |
reclaimPolicy: Delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment