Skip to content

Commit c1b5773

Browse files
committed
ssl cert to sub path
1 parent 9f3009e commit c1b5773

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/github-actions-runner/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes
44

55
type: application
66

7-
version: 0.7.3
7+
version: 0.7.4
88
appVersion: 0.13.0
99

1010
kubeVersion: ">=1.19.0"

charts/github-actions-runner/templates/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ spec:
8080
volumeMounts:
8181
{{- if .Values.runner.customCerts.configMapRef }}
8282
- name: ca-certificates-crt
83-
mountPath: /etc/ssl/certs/
83+
mountPath: /etc/ssl/certs/ca-certificates.crt
84+
subPath: ca-certificates.crt
8485
{{- end }}
8586
{{- if .Values.runner.kaniko.enabled }}
8687
- name: workspace-volume

0 commit comments

Comments
 (0)