We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47574ad commit 9bbcdb9Copy full SHA for 9bbcdb9
deploy/helm/ifrcgo-helm/templates/bastion.yaml
@@ -44,7 +44,12 @@ spec:
44
containers:
45
- name: ssh-bastion
46
image: linuxserver/openssh-server:latest
47
- command: ["sh", "-c", "sed -i 's@AllowTcpForwarding no@AllowTcpForwarding yes@' /etc/ssh/sshd_config && /init"]
+ command: ["sh", "-c"]
48
+ args:
49
+ - |
50
+ sed -i 's@AllowTcpForwarding no@AllowTcpForwarding yes@' /etc/ssh/sshd_config
51
+ touch /tmp/touched
52
+ /init
53
ports:
54
- containerPort: 2222
55
resources:
0 commit comments