3.3. オブジェクトである設定スニペットの例
設定スニペットを使用すると、オブジェクトは一緒にマージされます。
10-advertiseAddress.yaml スニペットの例
apiServer: advertiseAddress: "microshift-example"
apiServer:
advertiseAddress: "microshift-example"
20-audit-log.yaml スニペットの例
apiServer:
auditLog:
maxFileAge: 12
apiServer:
auditLog:
maxFileAge: 12
設定結果の例
apiServer:
advertiseAddress: "microshift-example"
auditLog:
maxFileAge: 12
apiServer:
advertiseAddress: "microshift-example"
auditLog:
maxFileAge: 12