I have following configmaps
apiVersion: v1 kind: ConfigMap metadata: name: test data: application.properties: |+ key1: value1 key2: value2 keyN: val