Skip to content

Commit

Permalink
Removed the changes caused by merge conflict
Browse files Browse the repository at this point in the history
Signed-off-by: kiran <kiran.sundaravarathan@paytm.com>
  • Loading branch information
kiran committed Apr 1, 2020
1 parent 5229603 commit 275d2b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions keda/templates/12-keda-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{ tpl .Values.additionalLabels . | indent 4}}
{{- if .Values.podAnnotations.keda }}
annotations:
{{ tpl .Values.podAnnotations.keda . | indent 4}}
{{- end }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
Expand Down
4 changes: 0 additions & 4 deletions keda/templates/22-metrics-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ metadata:
app.kubernetes.io/part-of: {{ .Values.operatorName }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- if .Values.podAnnotations.metricsAdapter }}
annotations:
{{ tpl .Values.podAnnotations.metricsAdapter . | indent 4}}
{{- end }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
Expand Down

0 comments on commit 275d2b9

Please sign in to comment.