mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Adicionando metada no template
This commit is contained in:
parent
2b52f042be
commit
8fb68d50c3
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Template
|
kind: Template
|
||||||
metadata:
|
metadata:
|
||||||
|
annotations:
|
||||||
|
openshift.io/display-name: PetClinic Web App
|
||||||
|
description: |-
|
||||||
|
Continuous Integration | Build | Package | Deploy
|
||||||
|
iconClass: icon-spring
|
||||||
|
tags: petclinic-web-app,java
|
||||||
name: petclinic-web-app
|
name: petclinic-web-app
|
||||||
parameters:
|
parameters:
|
||||||
- name: APP_NAME
|
- name: APP_NAME
|
||||||
|
|
Loading…
Reference in a new issue