Skip to content

Commit

Permalink
Add galaxy k8s link
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Mar 7, 2024
1 parent 079b90f commit fab73b0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/k8s_galaxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ imports:
description: Deploy Galaxy on top of a Kubernetes Virtual Cluster.

metadata:
template_version: "0.1.0"
template_version: "1.0.0"
template_name: Galaxy
display_name: Galaxy on top of a Kubernetes Virtual Cluster
icon: images/galaxy.png
web: https://galaxyproject.org/
parents:
- kubernetes.yaml
tabs:
Expand Down
19 changes: 19 additions & 0 deletions templates/k8s_galaxy_link.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
tosca_definitions_version: tosca_simple_yaml_1_0

imports:
- grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/main/custom_types.yaml

description: Deploy Galaxy on top of a Kubernetes Virtual Cluster.

metadata:
template_version: "1.0.0"
template_name: Galaxy K8s
display_name: Galaxy on top of a Kubernetes Virtual Cluster
icon: images/galaxy.png
order: 7
link:
parent: kubernetes.yaml
childs:
- k8s_galaxy.yaml

topology_template: {}

0 comments on commit fab73b0

Please sign in to comment.