[os/joystick] compare configs for yaml and see indentation change on non-working version.. try to see if this fixes it
This commit is contained in:
parent
6a523abffc
commit
b8b029b118
1 changed files with 9 additions and 9 deletions
|
@ -4,12 +4,12 @@ apiVersion: v1
|
||||||
kind: List
|
kind: List
|
||||||
metadata: {}
|
metadata: {}
|
||||||
items:
|
items:
|
||||||
- apiVersion: v1
|
- apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
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(10) }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue