Skip to content

Commit 11857af

Browse files
committed
changes from code review
1 parent 3e5ebe1 commit 11857af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/unit/jobs_test.yaml renamed to tests/unit/extra_volumes_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
suite: Custom Annotations
2+
suite: Extra Volumes
33
templates:
44
- jobs.yaml
55

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ jobs:
919919
# HTTP_PROXY: http://proxy:1234
920920
## These named secrets (managed outside this chart) will be added to envFrom.
921921
envFromSecrets: []
922-
# mount extra volumes on the st2web pod(s) (primarily useful for k8s-provisioned secrets)
922+
# mount extra volumes on the jobs pods (primarily useful for k8s-provisioned secrets)
923923
## Note that Helm templating is supported in 'mount' and 'volume'
924924
extra_volumes: []
925925
# see examples under st2actionrunner.extra_volumes

0 commit comments

Comments
 (0)