github.com/replicatedhq/ship@v0.55.0/integration/unfork/redis-k8s/expected/base/configmap.yaml (about)

     1  ---
     2  # Source: redis/templates/configmap.yaml
     3  apiVersion: v1
     4  kind: ConfigMap
     5  metadata:
     6    labels:
     7      app: redis
     8      chart: redis-5.0.0
     9      heritage: Tiller
    10      release: redis
    11    name: redis
    12  data:
    13    redis.conf: |-
    14      # User-supplied configuration:
    15      # maxmemory-policy volatile-lru
    16    master.conf: |-
    17      dir /data
    18      rename-command FLUSHDB ""
    19      rename-command FLUSHALL ""
    20    replica.conf: |-
    21      dir /data
    22      rename-command FLUSHDB ""
    23      rename-command FLUSHALL ""