Skip to main content

SMB / CIFS

apiVersion: v1
kind: Connection
metadata:
name: example-smb-connection
spec:
smb:
server: "smb.example.com"
username: "exampleUser"
password: "examplePassword"
port: 445
share: "exampleShare"
FieldDescriptionScheme
connection

The connection url to use, mutually exclusive with host, share, and credentials

Connection

host

The SMB host

string

port

integer

domain

Windows Domain

username

EnvVar

password

EnvVar