6 lines
212 B
YAML
6 lines
212 B
YAML
# This is a test case for volumes in the Headlamp deployment.
|
|
# The volumes field is a list of dictionaries that specify the volumes to add to the Headlamp deployment.
|
|
volumes:
|
|
- name: plugins
|
|
emptyDir: {}
|