-
Notifications
You must be signed in to change notification settings - Fork 291
/
Copy pathChart.yaml
40 lines (36 loc) · 1.07 KB
/
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
34
35
36
37
38
39
40
apiVersion: v2
name: labelsmanager-controller
description: |
This is a simple [Kubernetes Controller](https://kubernetes.io/docs/concepts/architecture/controller/) that injects required default labels into pods on creation.
Here's an example `Labels` resource:
```yaml
apiVersion: labels.deliveryhero.com/v1beta1
kind: Labels
metadata:
name: labels-sample
spec:
priority: 1 # labels with highest priority takes precendence
labels:
country: DE
env: stg
region: eu
```
type: application
version: 1.0.4
appVersion: 1.0.0
home: https://github.com/deliveryhero/labelsmanager-controller
maintainers:
- name: nyambati
email: [email protected]
engine: gotpl
icon: https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png
keywords:
- monitoring
- labels
- controller
sources:
- https://github.com/deliveryhero/labelsmanager-controller
annotations:
artifacthub.io/links: |
- name: Helm chart source
url: https://github.com/deliveryhero/helm-charts/tree/master/stable/labelsmanager-controller