Skip to content

Commit

Permalink
sshd: send debug logs to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
nefelim4ag committed Apr 28, 2022
1 parent 85f6899 commit 52d7375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/k8s-ssh-bastion/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/k8s-ssh-bastion/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52d7375

Please sign in to comment.