-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
We need a way to define some config files that might not be secrets at all. Now I use secrets even for things like caddy config but if we have something direct like this, it would be a nicer shortcut:
name: my-app
scheduling:
type: AllDevices
selectors: {}
spec:
containers:
- name: my-app
image: my-organization/app:1.0.1
configFiles:
- filepath: /path/to/config.conf
contents: |
<my config file contents>
<more contents>Metadata
Metadata
Assignees
Labels
No labels