Example configuration snippets that are objects

Object fields in {product-title} are merged together when you use a configuration snippet.

Example 10-advertiseAddress.yaml snippet
apiServer:
  advertiseAddress: "microshift-example"
Example 20-audit-log.yaml snippet
apiServer:
  auditLog:
    maxFileAge: 12
Example configuration result
apiServer:
  advertiseAddress: "microshift-example"
  auditLog:
    maxFileAge: 12