Describe the bug
Could or could not be related to #968 and #246 but seems like when you format this document:
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ .Values.app.name }}
you get
apiVersion: apps/v1
kind: Deployment
metadata:
name: { ? { .Values.app.name } }
Expected Behavior
Though bracket spacing is acceptable and can be disabled according to #246, question mark should not appear.
Current Behavior
Question mark appeared for some reason.
Steps to Reproduce
- Use the provided pre-formatted document.
- Format document
- The malformed yaml appears.
Environment
Describe the bug
Could or could not be related to #968 and #246 but seems like when you format this document:
you get
Expected Behavior
Though bracket spacing is acceptable and can be disabled according to #246, question mark should not appear.
Current Behavior
Question mark appeared for some reason.
Steps to Reproduce
Environment