Skip to content

Commit

Permalink
add installation name attribute (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdlevanon-miggo authored Nov 5, 2024
1 parent 98c4e42 commit b0d9562
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/miggo-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: miggo-operator
version: 0.64.16
version: 0.64.17
description: Miggo Operator Helm chart for Kubernetes
type: application
appVersion: 0.105.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{- if .Values.collector.customerAttr -}}
{{ .Values.collector.customerAttr }}
{{- else -}}
io.miggo.tenant.id={{ .Values.miggo.tenantId }},io.miggo.project.id={{ .Values.miggo.projectId }}
io.miggo.tenant.id={{ .Values.miggo.tenantId }},io.miggo.project.id={{ .Values.miggo.projectId }},io.miggo.name={{ .Values.miggo.name }}
{{- end -}}
{{- if .Values.collector.extraOtelAttributes }},{{ .Values.collector.extraOtelAttributes }}{{- end -}}
{{- end -}}
Expand Down
1 change: 1 addition & 0 deletions charts/miggo-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pdb:
miggo:
tenantId: ""
projectId: ""
name: ""

# Collector configuration
#
Expand Down

0 comments on commit b0d9562

Please sign in to comment.