istio.io/istio@v0.0.0-20240520182934-d79c90f27776/operator/pkg/object/testdata/well-formed-with-comments.out.yaml (about) 1 apiVersion: v1 2 kind: ConfigMap 3 metadata: 4 name: myconfigmap 5 namespace: default 6 data: 7 mydata: |- 8 First line of data # some random comments should not be deleted 9 Second line of data