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