Skip to content
This repository was archived by the owner on Mar 18, 2020. It is now read-only.

Add 'tags' to Templates #13

Closed
donovanmuller opened this issue Feb 19, 2017 · 1 comment
Closed

Add 'tags' to Templates #13

donovanmuller opened this issue Feb 19, 2017 · 1 comment
Milestone

Comments

@donovanmuller
Copy link
Owner

Use the new category tags for OpenShift templates to categorise the Data Flow templates.

See https://docs.openshift.org/latest/dev_guide/templates.html#writing-description

@donovanmuller donovanmuller added this to the 1.1.1 milestone Feb 19, 2017
@donovanmuller
Copy link
Owner Author

For example, using:

apiVersion: v1
kind: Template
metadata:
  name: "spring-cloud-dataflow-server-openshift-ephemeral-kafka"
  annotations:
    openshift.io/display-name: "Spring Cloud Data Flow Server for OpenShift with ephemeral datasources and Kafka Template"
    description: |-
      A Spring Cloud Data Flow Server for OpenShift template.
      This template deploys the Data Flow Server, an ephemeral MySQL container, an ephemeral Redis container and a Kafka environment.
      These resources sare configured by means of the ConfigMap.
    iconClass: "icon-spring"
    tags: "integration,spring-cloud"
...

screen shot 2017-02-19 at 4 34 30 pm

@donovanmuller donovanmuller modified the milestones: 1.2.1, 1.1.1 Jul 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant