Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit 9f55506

Browse files
sakomwshjacobs
authored andcommitted
Remove sumologic annotation in helm chart (#24)
* Remove sumologic annotation in helm chart * Remove statsd env variable
1 parent f430fd8 commit 9f55506

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

helm-chart/templates/deployment.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ apiVersion: apps/v1
33
kind: Deployment
44
metadata:
55
name: {{ template "kube-downscaler.fullname" . }}
6-
annotations:
7-
# For secrets
8-
sumologic.com/sourceCategory: {{ template "kube-downscaler.name" . }}
9-
sumologic.com/sourceName: {{ template "kube-downscaler.name" . }}
106
labels:
117
type: deployment
128
app: {{ template "kube-downscaler.fullname" . }}
@@ -40,8 +36,3 @@ spec:
4036
imagePullPolicy: {{ .Values.image.pullPolicy }}
4137
resources:
4238
{{ toYaml .Values.resources | indent 12 }}
43-
env:
44-
- name: STATSD_HOST
45-
valueFrom:
46-
fieldRef:
47-
fieldPath: status.hostIP

0 commit comments

Comments
 (0)