From 692c9603ca2b783f98fbf840eb4e1413f520934a Mon Sep 17 00:00:00 2001 From: "alfonso.alongi" Date: Tue, 25 May 2021 09:34:07 +0200 Subject: [PATCH] add template icon --- examples/mariadb-ephemeral-template.json | 1 + examples/mariadb-persistent-template.json | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/mariadb-ephemeral-template.json b/examples/mariadb-ephemeral-template.json index e227fac0..d634560e 100644 --- a/examples/mariadb-ephemeral-template.json +++ b/examples/mariadb-ephemeral-template.json @@ -16,6 +16,7 @@ }, "message": "The following service(s) have been created in your project: ${DATABASE_SERVICE_NAME}.\n\n Username: ${MYSQL_USER}\n Password: ${MYSQL_PASSWORD}\n Database Name: ${MYSQL_DATABASE}\n Connection URL: mysql://${DATABASE_SERVICE_NAME}:3306/\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/blob/master/10.3/root/usr/share/container-scripts/mysql/README.md.", "labels": { + "app.openshift.io/runtime": "mariadb", "template": "mariadb-ephemeral-template" }, "objects": [ diff --git a/examples/mariadb-persistent-template.json b/examples/mariadb-persistent-template.json index 7bc6dab1..68172036 100644 --- a/examples/mariadb-persistent-template.json +++ b/examples/mariadb-persistent-template.json @@ -16,6 +16,7 @@ }, "message": "The following service(s) have been created in your project: ${DATABASE_SERVICE_NAME}.\n\n Username: ${MYSQL_USER}\n Password: ${MYSQL_PASSWORD}\n Database Name: ${MYSQL_DATABASE}\n Connection URL: mysql://${DATABASE_SERVICE_NAME}:3306/\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/blob/master/10.3/root/usr/share/container-scripts/mysql/README.md.", "labels": { + "app.openshift.io/runtime": "mariadb", "template": "mariadb-persistent-template" }, "objects": [