From 52d7375f0b6590e7b381e8b93254add692995806 Mon Sep 17 00:00:00 2001 From: Timofey Titovets Date: Thu, 28 Apr 2022 16:24:19 +0400 Subject: [PATCH] sshd: send debug logs to stdout --- charts/k8s-ssh-bastion/Chart.yaml | 2 +- charts/k8s-ssh-bastion/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/k8s-ssh-bastion/Chart.yaml b/charts/k8s-ssh-bastion/Chart.yaml index 667373f..56e61ab 100644 --- a/charts/k8s-ssh-bastion/Chart.yaml +++ b/charts/k8s-ssh-bastion/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: 0.3.0 description: A Helm chart for k8s bastion name: k8s-ssh-bastion -version: 0.3.4 +version: 0.3.5 diff --git a/charts/k8s-ssh-bastion/templates/deployment.yaml b/charts/k8s-ssh-bastion/templates/deployment.yaml index 0a586c8..a00a206 100644 --- a/charts/k8s-ssh-bastion/templates/deployment.yaml +++ b/charts/k8s-ssh-bastion/templates/deployment.yaml @@ -48,7 +48,7 @@ spec: mkdir -p /run/sshd - /usr/sbin/sshd -D -E /proc/1/fd/1 + /usr/sbin/sshd -D -e -E /proc/1/fd/1 lifecycle: {{ .Values.lifecycle | toJson }} ports: - name: ssh