github.com/replicatedcom/ship@v0.50.0/integration/init_app/bool-string-quoting/expected/base/redis-deployment.yaml (about)

     1  apiVersion: apps/v1
     2  kind: Deployment
     3  metadata:
     4    name: redis
     5    labels:
     6      component: redis
     7  spec:
     8    replicas: 1
     9    selector:
    10      matchLabels:
    11        component: redis
    12    template:
    13      metadata:
    14        labels:
    15          component: redis
    16      spec:
    17        containers:
    18          - name: redis
    19            image: redis
    20            args: ["--appendonly", "yes"]