mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
add example for EmptyDir volume (#14499)
Signed-off-by: Torsten Walter <mail@torstenwalter.de>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
40f46f50bc
commit
cafb60209f
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: jenkins
|
||||
home: https://jenkins.io/
|
||||
version: 1.1.23
|
||||
version: 1.1.24
|
||||
appVersion: lts
|
||||
description: Open source continuous integration server. It supports multiple SCM tools
|
||||
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based
|
||||
|
||||
@@ -360,6 +360,9 @@ agent:
|
||||
# - type: Secret
|
||||
# secretName: mysecret
|
||||
# mountPath: /var/myapp/mysecret
|
||||
# - type: EmptyDir
|
||||
# mountPath: "/var/lib/containers"
|
||||
# memory: false
|
||||
nodeSelector: {}
|
||||
# Key Value selectors. Ex:
|
||||
# jenkins-agent: v1
|
||||
|
||||
Reference in New Issue
Block a user