15 lines
606 B
YAML
15 lines
606 B
YAML
# This example is from https://docs.google.com/document/d/1cLPGweVEYrVqQvBLJg6sxV-TrE5Rm2MNOBA_cxZP2WU/edit#heading=h.dr88tktf0e99
|
|
|
|
# Inspired by https://github.com/kubernetes/helm/blob/master/docs/charts.md
|
|
# But Kubernetes API style
|
|
apiVersion: manifest.k8s.io/v1alpha1
|
|
kind: Descriptor
|
|
metadata:
|
|
name: mungebot
|
|
description: Mungegithub package
|
|
# These are search keywords
|
|
keywords: [github, bot, kubernetes]
|
|
home: https://github.com/bgrant0607/mungebot-pkg/blob/master/README.md
|
|
sources: https://github.com/bgrant0607/mungebot-pkg
|
|
icon: https://github.com/bgrant0607/mungebot-pkg/blob/master/icon.png
|