Joystick: reformat the configmap.yml
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
40594f6e7d
commit
9e48bce4ca
1 changed files with 8 additions and 12 deletions
|
@ -1,15 +1,11 @@
|
|||
{% macro load_file(filename) %}{% include filename %}{%- endmacro -%}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: List
|
||||
metadata: {}
|
||||
items:
|
||||
- apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: joystick-configmap
|
||||
labels:
|
||||
app: joystick
|
||||
data:
|
||||
config.toml: |-
|
||||
{{ load_file('config.toml') | indent(10) }}
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: joystick-configmap
|
||||
labels:
|
||||
app: joystick
|
||||
data:
|
||||
config.toml: |-
|
||||
{{ load_file('config.toml') | indent }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue