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