Skip to content

Commit

Permalink
chart/daemonset add azure workload identity label to resource (closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesarems committed Sep 14, 2023
1 parent 87ba766 commit 6e1819d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.1.42 (2023-09-14)
---------------------------
charts/daemonset: Add azure workload identity label (#114)

Version 0.1.41 (2023-09-13)
---------------------------
charts/daemonset: Add support for Azure managed identity (#112)
Expand Down
2 changes: 1 addition & 1 deletion charts/daemonset/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: daemonset
description: A Helm Chart to deploy an arbitrary container as a daemonset.
version: 0.3.0
version: 0.3.1
icon: https://raw.githubusercontent.com/snowplow-devops/helm-charts/master/docs/logo/snowplow.png
home: https://github.com/snowplow-devops/helm-charts
sources:
Expand Down
3 changes: 3 additions & 0 deletions charts/daemonset/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ spec:
metadata:
labels:
app: {{ include "app.fullname" . }}
{{- if eq .Values.global.cloud "azure" }}
azure.workload.identity/use: "true"
{{- end }}
annotations:
{{- with .Values.daemonsetAnnotations }}
{{- toYaml . | nindent 10 }}
Expand Down

0 comments on commit 6e1819d

Please sign in to comment.