We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4589abe + bfe74e2 commit df0ccd1Copy full SHA for df0ccd1
modules/nw-multus-ipam-object.adoc
@@ -128,15 +128,16 @@ spec:
128
additionalNetworks:
129
- name: dhcp-shim
130
namespace: default
131
+ type: Raw
132
rawCNIConfig: |-
- {
133
- "name": "dhcp-shim",
134
- "cniVersion": "0.3.1",
135
- "type": "bridge",
136
- "ipam": {
137
- "type": "dhcp"
+ {
+ "name": "dhcp-shim",
+ "cniVersion": "0.3.1",
+ "type": "bridge",
+ "ipam": {
138
+ "type": "dhcp"
139
+ }
140
}
- }
141
----
142
====
143
0 commit comments