We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3009e commit c1b5773Copy full SHA for c1b5773
charts/github-actions-runner/Chart.yaml
@@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes
4
5
type: application
6
7
-version: 0.7.3
+version: 0.7.4
8
appVersion: 0.13.0
9
10
kubeVersion: ">=1.19.0"
charts/github-actions-runner/templates/deployment.yaml
@@ -80,7 +80,8 @@ spec:
80
volumeMounts:
81
{{- if .Values.runner.customCerts.configMapRef }}
82
- name: ca-certificates-crt
83
- mountPath: /etc/ssl/certs/
+ mountPath: /etc/ssl/certs/ca-certificates.crt
84
+ subPath: ca-certificates.crt
85
{{- end }}
86
{{- if .Values.runner.kaniko.enabled }}
87
- name: workspace-volume
0 commit comments