mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
476 B
28 lines
476 B
scope: moby
|
|
name: moby
|
|
override: bad
|
|
top: nope
|
|
bottom: exists
|
|
right: exists
|
|
left: exists
|
|
front: exists
|
|
back: exists
|
|
|
|
# nested tables for null coalesce testing
|
|
web:
|
|
livenessProbe:
|
|
failureThreshold: 5
|
|
httpGet:
|
|
path: /api/v1/info
|
|
port: atc
|
|
initialDelaySeconds: 10
|
|
periodSeconds: 15
|
|
timeoutSeconds: 3
|
|
readinessProbe:
|
|
httpGet:
|
|
path: /api/v1/info
|
|
port: atc
|
|
|
|
# for testing deleting default values in sub charts
|
|
spouter:
|
|
foo: null |