Skip to content

Commit c12eec5

Browse files
committed
Update Deployment end to end test config / values file.
1 parent f76a17e commit c12eec5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ci/deployment-agent-values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,11 @@ scalyr:
1111
config:
1212
# ci/examples/agent.d/test-config.json
1313
test-config.json: e3NlcnZlcl9hdHRyaWJ1dGVzOiB7YXR0cmlidXRlMTogInZhbHVlMSIsYXR0cmlidXRlMjogInZhbHVlMiIsfSx9
14+
15+
volumes:
16+
- name: test-volume
17+
emptyDir: {}
18+
19+
volumeMounts:
20+
- mountPath: /test-volume
21+
name: test-volume

0 commit comments

Comments
 (0)