istio.io/istio@v0.0.0-20240520182934-d79c90f27776/operator/pkg/object/testdata/well-formed-with-comments.yaml (about)

     1  # some random comments
     2   # some random comments
     3  apiVersion: v1
     4  kind: ConfigMap
     5  metadata:
     6    name: myconfigmap
     7    namespace: default # some random comments should be deleted
     8  data:
     9    mydata: |-
    10      First line of data # some random comments should not be deleted
    11      Second line of data
    12  # some random comments