diff --git a/charts/k8s-ssh-bastion/Chart.yaml b/charts/k8s-ssh-bastion/Chart.yaml index ad529d0..32c63cc 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.6 +version: 0.3.7 diff --git a/charts/k8s-ssh-bastion/templates/deployment.yaml b/charts/k8s-ssh-bastion/templates/deployment.yaml index ff7546d..a67858d 100644 --- a/charts/k8s-ssh-bastion/templates/deployment.yaml +++ b/charts/k8s-ssh-bastion/templates/deployment.yaml @@ -50,7 +50,7 @@ spec: {{- with .Values.initscripts }} {{- range $key, $value := . }} - {{ $key }} + /usr/share/initscripts/{{ $key }} {{- end }} {{- end }} @@ -92,7 +92,7 @@ spec: - name: sshd-configs-origin configMap: name: {{ .Release.Name }}-etc-ssh-origin - - name: usr-share-startup + - name: usr-share-initscripts configMap: name: {{ .Release.Name }}-usr-share-initscripts defaultMode: 0755