This is a yaml of a config map I came across ?
---
apiVersion: v1
kind: ConfigMap
metadata:
name: foobar
namespace: ksys
data:
cloud-config: |-
address: "cloud-provider-service:8085"
Can anyone tell me what |-
means here ? Any link that would give me more info ? Is this yaml specific or Kubernetes specific ?