Example configuration snippets that are objects
Object fields in {product-title} are merged together when you use a configuration snippet.
Example
10-advertiseAddress.yaml snippetapiServer:
advertiseAddress: "microshift-example"
Example
20-audit-log.yaml snippetapiServer:
auditLog:
maxFileAge: 12
Example configuration result
apiServer:
advertiseAddress: "microshift-example"
auditLog:
maxFileAge: 12