Skip to content

Commit

Permalink
Merge pull request #47 from tithely/remove-version
Browse files Browse the repository at this point in the history
[DEVOPS-1687] Remove version helm reference
  • Loading branch information
loyal2thesea authored Apr 30, 2024
2 parents 0e0dfae + 498ec62 commit f1ca732
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions charts/generic-service/templates/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ metadata:
# Datadog
tags.datadoghq.com/env: {{ $.Values.environment | quote }}
tags.datadoghq.com/service: {{ $.Values.project | quote }}
tags.datadoghq.com/version: {{ $.Values.version | quote }}
annotations:
# TODO
#update the following to support projection
Expand All @@ -33,7 +32,6 @@ spec:
# com.datadoghq.ad.logs: '[{"service": {{ $.Values.project | quote }} }]'
tags.datadoghq.com/env: {{ $.Values.environment | quote }}
tags.datadoghq.com/service: {{ $.Values.project | quote }}
tags.datadoghq.com/version: {{ $.Values.version | quote }}
spec:
containers:
- name: {{ $.Chart.Name }}
Expand Down
2 changes: 0 additions & 2 deletions charts/generic-service/templates/worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ metadata:
# Datadog
tags.datadoghq.com/env: {{ $.Values.environment | quote }}
tags.datadoghq.com/service: {{ $.Values.project | quote }}
tags.datadoghq.com/version: {{ $.Values.version | quote }}
annotations:
# TODO
#update the following to support projection
Expand All @@ -32,7 +31,6 @@ spec:
# com.datadoghq.ad.logs: '[{"service": {{ $.Values.project | quote }} }]'
tags.datadoghq.com/env: {{ $.Values.environment | quote }}
tags.datadoghq.com/service: {{ $.Values.project | quote }}
tags.datadoghq.com/version: {{ $.Values.version | quote }}
spec:
containers:
- name: {{ $.Chart.Name }}
Expand Down

0 comments on commit f1ca732

Please sign in to comment.