Skip to content

Commit

Permalink
fix: fix volume name & script path
Browse files Browse the repository at this point in the history
  • Loading branch information
nefelim4ag committed Dec 8, 2022
1 parent b82783e commit 4d53efd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6
version: 0.3.7
4 changes: 2 additions & 2 deletions charts/k8s-ssh-bastion/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
{{- with .Values.initscripts }}
{{- range $key, $value := . }}
{{ $key }}
/usr/share/initscripts/{{ $key }}
{{- end }}
{{- end }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4d53efd

Please sign in to comment.