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 f76a17e commit c12eec5Copy full SHA for c12eec5
ci/deployment-agent-values.yaml
@@ -11,3 +11,11 @@ scalyr:
11
config:
12
# ci/examples/agent.d/test-config.json
13
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