From a83164397c93a608dcf70281326c21159c753589 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Wed, 21 Jan 2026 17:42:42 +1100 Subject: [PATCH] enabled sftp --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index f20df3f..cf59d09 100644 --- a/values.yaml +++ b/values.yaml @@ -217,7 +217,7 @@ common: existingSecret: false # Values if not using existing secret # This secret allow Fusion to send emails from a valid email address that you control. Fill in with valid, preexisting credentials - password: "" # base 64 encoded credentials: printf 'mypassword' | base64 -w 0 + password: "dp-admin@apilab.us" # base 64 encoded credentials: printf 'mypassword' | base64 -w 0 # datagrid-credentials secret settings - could be valkey or other inmemory db perhaps datagridCredentials: @@ -675,7 +675,7 @@ inboundWorker: targetPort: 9443 sftpService: - enabled: false + enabled: true type: NodePort ports: - name: ssh