-
Notifications
You must be signed in to change notification settings - Fork 0
/
cat-promise.yaml
35 lines (35 loc) · 903 Bytes
/
cat-promise.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
apiVersion: platform.kratix.io/v1alpha1
kind: Promise
metadata:
name: cat
namespace: default
spec:
api:
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: # TODO <plural name>.marketplace.kratix.io
spec:
group: marketplace.kratix.io
names:
kind: # TODO
plural: # TODO
singular: # TODO
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
properties:
spec:
properties:
# TODO
type: object
type: object
served: true
storage: true
workflows:
resource:
configure:
- name: <# TODO promise name>-configure-pipeline
image: ghcr.io/syntasso/kratix-marketplace/<# TODO promise name>-configure-pipeline:v0.1.0