Skip to content

Commit

Permalink
ssl cert to sub path
Browse files Browse the repository at this point in the history
  • Loading branch information
eksrha committed Mar 13, 2023
1 parent 9f3009e commit c1b5773
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/github-actions-runner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes

type: application

version: 0.7.3
version: 0.7.4
appVersion: 0.13.0

kubeVersion: ">=1.19.0"
Expand Down
3 changes: 2 additions & 1 deletion charts/github-actions-runner/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ spec:
volumeMounts:
{{- if .Values.runner.customCerts.configMapRef }}
- name: ca-certificates-crt
mountPath: /etc/ssl/certs/
mountPath: /etc/ssl/certs/ca-certificates.crt
subPath: ca-certificates.crt
{{- end }}
{{- if .Values.runner.kaniko.enabled }}
- name: workspace-volume
Expand Down

0 comments on commit c1b5773

Please sign in to comment.