Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Commit 53c6458

Browse files
committed
relocate custom ca file
1 parent ed19d41 commit 53c6458

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.5.5
7+
version: 0.6.0
88
appVersion: 0.10.0
99

1010
kubeVersion: ">=1.19.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ spec:
8080
volumeMounts:
8181
{{- if .Values.runner.customCerts.configMapRef }}
8282
- name: ca-certificates-crt
83-
mountPath: /etc/ssl/certs/
83+
mountPath: /etc/ssl/certs/custom/
8484
{{- end }}
8585
{{- if .Values.runner.kaniko.enabled }}
8686
- name: workspace-volume

0 commit comments

Comments
 (0)