Skip to content

Commit 9769d3a

Browse files
committed
fix: webpage naming
1 parent 65d665b commit 9769d3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: sample-operators/webpage/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<version>2.0.0-SNAPSHOT</version>
1111
</parent>
1212

13-
<artifactId>webserver</artifactId>
14-
<name>Operator SDK - Samples - Webserver</name>
15-
<description>Provisions an nginx Webserver based on a CRD</description>
13+
<artifactId>webpage</artifactId>
14+
<name>Operator SDK - Samples - WebPage</name>
15+
<description>Provisions an nginx Webserver based on a CRD with give html</description>
1616
<packaging>jar</packaging>
1717

1818
<properties>

0 commit comments

Comments
 (0)