You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2024. It is now read-only.
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.
I have this variable defined in my azure pipeline.
I use it here:
But this results in the following:
First line is ok but second has wrong indentation.