first commit

This commit is contained in:
ston1th 2019-12-01 21:25:08 +01:00
commit e8a57ace39
16 changed files with 1486 additions and 0 deletions

View file

@ -0,0 +1,14 @@
apiVersion: apiregistration.k8s.io/v1beta1
kind: APIService
metadata:
name: v1alpha1.template-solver
annotations:
cert-manager.io/inject-ca-from: "template-solver/template-solver-ca"
spec:
group: template-solver
groupPriorityMinimum: 1000
versionPriority: 15
service:
name: template-solver
namespace: template-solver
version: v1alpha1