diff --git a/docs/book/src/clusteropenstack/configuration.md b/docs/book/src/clusteropenstack/configuration.md index d073faf8f1..5489d78f23 100644 --- a/docs/book/src/clusteropenstack/configuration.md +++ b/docs/book/src/clusteropenstack/configuration.md @@ -412,8 +412,10 @@ metadata: name: -controlplane namespace: spec: - tags: - - machine-tag + template: + spec: + tags: + - machine-tag ``` ## Metadata @@ -427,9 +429,11 @@ metadata: name: -controlplane namespace: spec: - serverMetadata: - name: bob - nickname: bobbert + template: + spec: + serverMetadata: + name: bob + nickname: bobbert ``` ## Boot From Volume