Skip to content

Commit

Permalink
remove labels from pre-release-job pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsaylandry committed Nov 7, 2023
1 parent b26b236 commit 9bf8cf8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion charts/service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: service
description: A generic k8s service chart
type: application
version: 1.8.7
version: 1.8.8
maintainers:
- email: [email protected]
name: devops
1 change: 0 additions & 1 deletion charts/service/templates/pre-release-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ spec:
metadata:
name: {{ include "service.fullname" . }}-pre-release-job
labels:
{{- include "service.labels" . | nindent 8 }}
{{- with .Values.datadog }}
tags.datadoghq.com/env: {{ .env }}
tags.datadoghq.com/service: {{ .service }}
Expand Down

0 comments on commit 9bf8cf8

Please sign in to comment.