We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f964f3a commit 55f4afbCopy full SHA for 55f4afb
2 files changed
components/plotting-service/base/plotting-service.yml
@@ -66,7 +66,7 @@ spec:
66
driver: smb.csi.k8s.io
67
volumeHandle: plotting-service-imat-smb
68
volumeAttributes:
69
- source: "//10.14.188.36/imat"
+ source: "//smb-bridge-imat.fia.svc.cluster.local/imat"
70
secretName: "smb-bridge-imat"
71
secretNamespace: "fia"
72
nodePublishSecretRef:
components/smb-bridges/base/smb-bridge-imat.yml
@@ -27,6 +27,8 @@ spec:
27
secretKeyRef:
28
name: smb-bridge-imat
29
key: pass
30
+ - name: GLOBAL
31
+ value: "netbios name = *; smb ports = 445; disable netbios = yes"
32
- name: SHARED
33
value: "imat;/imat;yes;no;no;fiauser;none;fiauser"
34
ports:
0 commit comments