Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Wrong indentation when variable is multiline #326

@trashhead

Description

@trashhead

I have this variable defined in my azure pipeline.

  application.properties: |
    customMessage=This is dev machine
    customMessage2=This is dev machine2

I use it here:

apiVersion: v1
kind: ConfigMap
metadata:
  name: app-test-config
  namespace: elinstallation
data:
  application.properties: |
    #{application.properties}#

But this results in the following:

apiVersion: v1
kind: ConfigMap
metadata:
  name: app-test-config
  namespace: elinstallation
data:
  application.properties: |
    customMessage=This is dev machine
customMessage2=This is dev machine2

First line is ok but second has wrong indentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions