-
Notifications
You must be signed in to change notification settings - Fork 295
/
Copy pathChart.yaml
33 lines (28 loc) · 943 Bytes
/
Chart.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
apiVersion: v2
version: 0.8.1
appVersion: 0.0.1
name: k8s-resources
description: |
Not an application but a Helm chart to create any and many resources in Kubernetes.
Currently supports:
- CronJob
- ConfigMap
- Custom resources from CustomResourceDefinition
- HorizontalPodAutoscaler
- Ingress
- Namespace
- Secret
- Service
- ServiceAccount
- ScaledObject (KEDA)
- ClusterRole
- ClusterRoleBinding
Every resource type can have custom labels, annotations or a `fullnameOverride` set. See default [values.yaml](https://github.com/deliveryhero/helm-charts/blob/master/stable/k8s-resources/values.yaml) for examples.
home: https://github.com/deliveryhero/helm-charts
maintainers:
- name: max-rocket-internet
url: https://github.com/max-rocket-internet
annotations:
artifacthub.io/links: |
- name: Helm chart source
url: https://github.com/deliveryhero/helm-charts/tree/master/stable/k8s-resources