github.com/koderover/helm@v2.17.0+incompatible/pkg/chartutil/testdata/moby/values.yaml (about)

     1  scope: moby
     2  name: moby
     3  override: bad
     4  top: nope
     5  bottom: exists
     6  right: exists
     7  left: exists
     8  front: exists
     9  back: exists
    10  
    11  # nested tables for null coalesce testing
    12  web:
    13    livenessProbe:
    14      failureThreshold: 5
    15      httpGet:
    16        path: /api/v1/info
    17        port: atc
    18      initialDelaySeconds: 10
    19      periodSeconds: 15
    20      timeoutSeconds: 3
    21    readinessProbe:
    22      httpGet:
    23        path: /api/v1/info
    24        port: atc
    25  
    26  # for testing deleting default values in sub charts
    27  spouter:
    28    foo: null