wip: Match chart to k8s state
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
nfs:
|
||||
server: {{ .Values.cluster_config.fileserver }}
|
||||
server: {{ .Values.clusterConfig.fileserver }}
|
||||
path: /{{ default (.Values.clusterConfig.cluster) .Values.nfs_provisioner.path }}
|
||||
mountOptions:
|
||||
- nfsvers=4.2
|
||||
@@ -13,4 +13,4 @@ storageClass:
|
||||
tolerations:
|
||||
- key: unschedulable
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
effect: NoSchedule
|
||||
|
||||
Reference in New Issue
Block a user