Add quay-kubernetes package / Add quay CD to k8s
This commit is contained in:
parent
2f750bfc87
commit
1d0313229e
45 changed files with 1129 additions and 10 deletions
8
deploy/quay-app/Chart.jsonnet
Normal file
8
deploy/quay-app/Chart.jsonnet
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
name: 'quay/quay-app',
|
||||
author: 'Antoine Legrand',
|
||||
version: std.split(importstr "VERSION", "\n")[0],
|
||||
description: 'quay',
|
||||
license: 'MIT',
|
||||
expander: 'jinja2'
|
||||
}
|
Reference in a new issue