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 3e5ebe1 commit 11857afCopy full SHA for 11857af
tests/unit/jobs_test.yaml renamed to tests/unit/extra_volumes_test.yaml
@@ -1,5 +1,5 @@
1
---
2
-suite: Custom Annotations
+suite: Extra Volumes
3
templates:
4
- jobs.yaml
5
values.yaml
@@ -919,7 +919,7 @@ jobs:
919
# HTTP_PROXY: http://proxy:1234
920
## These named secrets (managed outside this chart) will be added to envFrom.
921
envFromSecrets: []
922
- # mount extra volumes on the st2web pod(s) (primarily useful for k8s-provisioned secrets)
+ # mount extra volumes on the jobs pods (primarily useful for k8s-provisioned secrets)
923
## Note that Helm templating is supported in 'mount' and 'volume'
924
extra_volumes: []
925
# see examples under st2actionrunner.extra_volumes
0 commit comments