Skip to content

Commit 411197d

Browse files
authored
Merge pull request #102635 from openshift-cherrypick-robot/cherry-pick-102627-to-enterprise-4.19
[enterprise-4.19] [OSDOCS-17356]: Azure MAPI tag example is incorrect
2 parents 2cc8e94 + cce6944 commit 411197d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/machineset-yaml-azure.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ endif::infra[]
106106
sshPrivateKey: ""
107107
sshPublicKey: ""
108108
tags:
109-
- name: <custom_tag_name> # <7>
110-
value: <custom_tag_value>
109+
<custom_tag_name_1>: <custom_tag_value_1> # <7>
110+
<custom_tag_name_2>: <custom_tag_value_2>
111111
subnet: <infrastructure_id>-<role>-subnet
112112
userDataSecret:
113113
name: worker-user-data

0 commit comments

Comments
 (0)