forked from kyma-project/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule-config.yaml
20 lines (20 loc) · 875 Bytes
/
module-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: kyma-project.io/module/template-operator
channel: regular
version: 1.0.1
manifest: https://github.com/kyma-project/template-operator/releases/download/1.0.1/template-operator.yaml
security: sec-scanners-config.yaml
repository: https://github.com/kyma-project/template-operator
documentation: https://github.com/kyma-project/template-operator/blob/main/README.md
defaultCR: https://github.com/kyma-project/template-operator/releases/download/1.0.1/default-sample-cr.yaml
icons:
- name: module-icon
link: https://github.com/kyma-project/template-operator/blob/main/docs/assets/logo.png
resources:
- name: rawManifest
link: https://github.com/kyma-project/template-operator/releases/download/1.0.1/template-operator.yaml
manager:
name: template-operator-controller-manager
namespace: template-operator-system
group: apps
version: v1
kind: Deployment