Skip to content

Commit

Permalink
updated settings for storage class helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshGule committed Nov 18, 2018
1 parent 5811139 commit 43fe39f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 38 deletions.
2 changes: 1 addition & 1 deletion helm/StorageClass/.helmignore
Expand Up @@ -18,4 +18,4 @@
# Various IDEs
.project
.idea/
*.tmproj
*.tmproj
2 changes: 1 addition & 1 deletion helm/StorageClass/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: PVC
name: storageclass
version: 0.1.0
3 changes: 1 addition & 2 deletions helm/StorageClass/templates/StorageClass.yml
Expand Up @@ -4,8 +4,7 @@ apiVersion: storage.k8s.io/v1beta1
metadata:
namespace: {{ .Release.Namespace }}
name: {{ .Values.name | quote }}



provisioner: {{ .Values.provisioner | quote }}
parameters:
storageaccounttype: {{ .Values.parameters.storageaccounttype | quote }}
Expand Down
32 changes: 0 additions & 32 deletions helm/StorageClass/templates/_helpers.tpl

This file was deleted.

4 changes: 2 additions & 2 deletions k8s/AKS/01_StorageClass.yml
Expand Up @@ -2,8 +2,8 @@
kind: StorageClass
apiVersion: storage.k8s.io/v1beta1
metadata:
name: azure-disk
namespace: aks-part4
name: azure-disk
namespace: aks-part4
provisioner: kubernetes.io/azure-disk
parameters:
storageaccounttype: Standard_LRS
Expand Down

0 comments on commit 43fe39f

Please sign in to comment.