Skip to content

Commit

Permalink
Revert "remove subpath"
Browse files Browse the repository at this point in the history
This reverts commits making fs readonly
  • Loading branch information
ksun154 committed Aug 15, 2024
1 parent 0d79afa commit 836850c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion charts/private-action-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### 0.7.0

* Simplify README instructions to reflect the new Kubernetes UI. Split image value to be consistent with other charts. Fix bug requiring port for Workflow mode. Open `/etc/dd-action-runner/` write access so template connection credential files can be generated.
* Simplify README instructions to reflect the new Kubernetes UI. Split image value to be consistent with other charts. Fix bug requiring port for Workflow mode.

### 0.6.0

Expand Down
14 changes: 0 additions & 14 deletions charts/private-action-runner/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ spec:
key: node
operator: Equal
value: nodeless
initContainers:
- name: init-copy
image: "{{ $.Values.common.image.repository }}:{{ $.Values.common.image.tag }}"
command: [ 'sh', '-c', 'cp -r /etc/templates/* /etc/dd-action-runner/' ]
volumeMounts:
- name: secrets
mountPath: /etc/templates
- name: config
mountPath: /etc/dd-action-runner
containers:
- name: runner
image: "{{ $.Values.common.image.repository }}:{{ $.Values.common.image.tag }}"
Expand All @@ -53,8 +44,6 @@ spec:
memory: 2Gi
volumeMounts:
- name: secrets
mountPath: /etc/templates
- name: config
mountPath: /etc/dd-action-runner
env:
# Node memory limits
Expand All @@ -66,7 +55,4 @@ spec:
- name: secrets
secret:
secretName: {{ include "chart.secretName" $runner.name }}
- name: config
emptyDir:
medium: Memory
{{- end }}

0 comments on commit 836850c

Please sign in to comment.