forked from deliveryhero/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chart.yaml
35 lines (32 loc) · 923 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
34
35
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.3
appVersion: 1.0.0
home: https://github.com/deliveryhero/labelsmanager-controller
maintainers:
- name: nyambati
email: thomas.nyambati@deliveryhero.com
engine: gotpl
icon: https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png
keywords:
- monitoring
- labels
- controller
sources:
- https://github.com/deliveryhero/labelsmanager-controller