Skip to content

Commit

Permalink
fix: add extraLabels to pods
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Aug 14, 2023
1 parent 5877c77 commit bdc3363
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/steadybit-extension-istio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-extension-istio
description: Steadybit Istio extension Helm chart for Kubernetes.
version: 1.0.15
version: 1.0.16
appVersion: latest
home: https://www.steadybit.com/
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Expand Down
3 changes: 3 additions & 0 deletions charts/steadybit-extension-istio/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ spec:
labels:
app.kubernetes.io/name: {{ include "extensionlib.names.name" . }}
{{- include "extensionlib.labels" (list .) | nindent 8 }}
{{- range $key, $value := .Values.extraLabels }}
{{ $key }}: {{ $value }}
{{- end }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ manifest should match snapshot with extra labels:
labels:
app.kubernetes.io/name: steadybit-extension-istio
steadybit.com/discovery-disabled: "true"
tags.datadoghq.com/service: steadybit-extension
spec:
containers:
- env:
Expand Down

0 comments on commit bdc3363

Please sign in to comment.