Skip to content

Commit 6b39bad

Browse files
committed
fix: oc manifest parameters
1 parent 5b5beca commit 6b39bad

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

oc-manifest.yaml

100644100755
+13-13
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@ metadata:
77
openshift.io/documentation-url: "https://github.com/nmstate/nmstate-console-plugin"
88
iconClass: icon-nginx
99
tags: openshift,console,plugin,nginx,nmstate
10-
parameters:
11-
- description: Name of your plugin. This name must match the name in the consolePlugin declaration in package.json.
12-
name: PLUGIN_NAME
13-
value: nmstate-console-plugin
14-
required: true
15-
- description: Namespace for your plugin. The namespace will be created by the template.
16-
name: NAMESPACE
17-
value: nmstate
18-
required: true
19-
- description: Container image of the plugin.
20-
name: IMAGE
21-
value: quay.io/repository/nmstate/nmstate-console-plugin:latest
22-
required: true
2310
message: >-
2411
To enable the plugin on the cluster, run the following command:
2512
oc patch consoles.operator.openshift.io cluster --patch '{ "spec": { "plugins": ["${PLUGIN_NAME}"] } }' --type=merge
@@ -140,3 +127,16 @@ objects:
140127
root /opt/app-root/src;
141128
}
142129
}
130+
parameters:
131+
- description: Name of your plugin. This name must match the name in the consolePlugin declaration in package.json.
132+
name: PLUGIN_NAME
133+
value: nmstate-console-plugin
134+
required: true
135+
- description: Namespace for your plugin. The namespace will be created by the template.
136+
name: NAMESPACE
137+
value: nmstate
138+
required: true
139+
- description: Container image of the plugin.
140+
name: IMAGE
141+
value: quay.io/repository/nmstate/nmstate-console-plugin:latest
142+
required: true

0 commit comments

Comments
 (0)