Change to use YAML file for the ConfigMap.

This commit is contained in:
Manuel Aude Morales
2021-05-07 07:28:19 -05:00
parent 408c9919b1
commit dbc0d2d8ef
3 changed files with 10 additions and 23 deletions

View File

@@ -108,19 +108,6 @@
<groupId>org.eclipse.jkube</groupId>
<artifactId>openshift-maven-plugin</artifactId>
<version>1.2.0</version>
<configuration>
<resources>
<configMap>
<name>configmap-hello</name>
<entries>
<entry>
<name>APP_MSG</name>
<value>My custom application message.</value>
</entry>
</entries>
</configMap>
</resources>
</configuration>
</plugin>
</plugins>
</build>