We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7362334 commit 82b54e1Copy full SHA for 82b54e1
charts/k8s-ssh-bastion/Chart.yaml
@@ -2,4 +2,4 @@ apiVersion: v1
2
appVersion: 0.4.1
3
description: A Helm chart for k8s bastion
4
name: k8s-ssh-bastion
5
-version: 0.5.0
+version: 0.5.1
charts/k8s-ssh-bastion/templates/jobs.yaml
@@ -17,7 +17,7 @@ spec:
17
- |
18
cd /etc/ssh
19
for key_type in rsa ecdsa ed25519; do
20
- if kubectl -n k8s-bastion get secrets {{ .Release.Name }}-${key_type} -o name; then
+ if kubectl get secrets {{ .Release.Name }}-${key_type} -o name; then
21
continue
22
fi
23
lengh=4096
0 commit comments