Skip to content

Commit

Permalink
fix: customized kerberos path
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 18, 2023
1 parent c3b9e57 commit e0f66fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified charts/latest/csi-driver-smb-v0.0.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/latest/csi-driver-smb/templates/csi-smb-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ spec:
mountPropagation: Bidirectional
name: mountpoint-dir
{{- if ne .Values.linux.krb5CacheDirectory "" }}
- mountPath: {{ .Values.linux.krb5CacheDirectory }}
- mountPath: /var/lib/kubelet/kerberos/
mountPropagation: Bidirectional
name: krb5Cache-dir
{{- end }}
Expand Down

0 comments on commit e0f66fe

Please sign in to comment.