Skip to content

Commit

Permalink
Merge pull request #715 from andyzhangx/fix-kerberos-path
Browse files Browse the repository at this point in the history
fix: customized kerberos path
  • Loading branch information
andyzhangx committed Dec 19, 2023
2 parents c3b9e57 + 512f62a commit 9f00db1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified charts/latest/csi-driver-smb-v0.0.0.tgz
Binary file not shown.
3 changes: 1 addition & 2 deletions charts/latest/csi-driver-smb/templates/csi-smb-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ spec:
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(KUBE_NODE_NAME)"
- "--enable-get-volume-stats={{ .Values.feature.enableGetVolumeStats }}"
- "--krb5-cache-directory={{ .Values.linux.krb5CacheDirectory }}"
- "--krb5-prefix={{ .Values.linux.krb5Prefix }}"
ports:
- containerPort: {{ .Values.node.livenessProbe.healthPort }}
Expand Down Expand Up @@ -140,7 +139,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 9f00db1

Please sign in to comment.