github.com/argoproj/argo-cd/v3@v3.2.1/test/e2e/testdata/cmp-preserve-file-mode/script.sh (about)

     1  #!/usr/bin/env bash
     2  
     3  cat << EOF
     4  apiVersion: v1
     5  kind: ConfigMap
     6  metadata:
     7    name: test-cm
     8  data:
     9    foo: bar
    10  EOF