13 lines
365 B
YAML
13 lines
365 B
YAML
|
# Version of the application
|
||
|
version: 0.1.0
|
||
|
# Name of the application
|
||
|
name: test
|
||
|
# A short description of the application
|
||
|
description:
|
||
|
# Namespace to use when pushing to a registry. This is typically your Hub username.
|
||
|
namespace: antoine
|
||
|
# List of application maintainers with name and email for each
|
||
|
maintainers:
|
||
|
- name: test
|
||
|
email: antoine.roux@zenika.com
|