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 -%}
|
{% macro load_file(filename) %}{% include filename %}{%- endmacro -%}
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: List
|
kind: ConfigMap
|
||||||
metadata: {}
|
metadata:
|
||||||
items:
|
|
||||||
- apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: joystick-configmap
|
name: joystick-configmap
|
||||||
labels:
|
labels:
|
||||||
app: joystick
|
app: joystick
|
||||||
data:
|
data:
|
||||||
config.toml: |-
|
config.toml: |-
|
||||||
{{ load_file('config.toml') | indent(10) }}
|
{{ load_file('config.toml') | indent }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue