Skip to content

Commit 55f4afb

Browse files
committed
Turn off hostname requirements
1 parent f964f3a commit 55f4afb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

components/plotting-service/base/plotting-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
driver: smb.csi.k8s.io
6767
volumeHandle: plotting-service-imat-smb
6868
volumeAttributes:
69-
source: "//10.14.188.36/imat"
69+
source: "//smb-bridge-imat.fia.svc.cluster.local/imat"
7070
secretName: "smb-bridge-imat"
7171
secretNamespace: "fia"
7272
nodePublishSecretRef:

components/smb-bridges/base/smb-bridge-imat.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ spec:
2727
secretKeyRef:
2828
name: smb-bridge-imat
2929
key: pass
30+
- name: GLOBAL
31+
value: "netbios name = *; smb ports = 445; disable netbios = yes"
3032
- name: SHARED
3133
value: "imat;/imat;yes;no;no;fiauser;none;fiauser"
3234
ports:

0 commit comments

Comments
 (0)