Skip to content

Commit

Permalink
Merge pull request #19 from dheeth/main
Browse files Browse the repository at this point in the history
Added pod labels
  • Loading branch information
prakarsh-dt authored Aug 5, 2021
2 parents 961e293 + 253d4f5 commit 928f9c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/dt-kubewatch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: dt-kubewatch
appVersion: 0.1.0
description: Chart to deploy Devtron Kubewatch
engine: gotpl
version: 0.13.0
version: 0.13.1
maintainers:
- email: [email protected]
name: Prakarsh
2 changes: 2 additions & 0 deletions charts/dt-kubewatch/templates/generic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ metadata:
chart: kubewatch-0.6.1
heritage: "Tiller"
release: "kubewatch"
{{ toYaml .Values.kubewatch.podLabels | indent 4 }}
name: kubewatch
namespace: {{ .Release.Namespace }}
spec:
Expand All @@ -157,6 +158,7 @@ spec:
app: kubewatch
release: "kubewatch"
chart: kubewatch-0.6.1
{{ toYaml .Values.kubewatch.podLabels | indent 8 }}
spec:
containers:
- name: kubewatch
Expand Down
4 changes: 3 additions & 1 deletion charts/dt-kubewatch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ kubewatch:
cpu: 100m
image:
repo: quay.io/devtron/kubewatch
tag: v0.1.0
tag: v0.1.0
podLabels:
component: kubewatch

0 comments on commit 928f9c9

Please sign in to comment.