github.com/replicatedhq/ship@v0.55.0/integration/base/helm-nginx/expected/installer/charts/rendered/configmap.yaml (about)

     1  ---
     2  # Source: nginx/templates/configmap.yaml
     3  # This is a simple example of using a config map to create a single page static site.
     4  apiVersion: v1
     5  kind: ConfigMap
     6  metadata:
     7    name: integration-test-helm-nginx
     8    labels:
     9      heritage: Tiller
    10      release: integration-test-helm
    11      chart: nginx-0.1.0
    12      app: nginx
    13  data:
    14    # When the config map is mounted as a volume, these will be created as files.
    15    index.html: "<h1>Hello</h1> <p>This is a test</p>"
    16    test.txt: test