File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.1.42 (2023-09-14)
2
+ ---------------------------
3
+ charts/daemonset: Add azure workload identity label (#114)
4
+
1
5
Version 0.1.41 (2023-09-13)
2
6
---------------------------
3
7
charts/daemonset: Add support for Azure managed identity (#112)
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : daemonset
3
3
description : A Helm Chart to deploy an arbitrary container as a daemonset.
4
- version : 0.3.0
4
+ version : 0.3.1
5
5
icon : https://raw.githubusercontent.com/snowplow-devops/helm-charts/master/docs/logo/snowplow.png
6
6
home : https://github.com/snowplow-devops/helm-charts
7
7
sources :
Original file line number Diff line number Diff line change 10
10
metadata :
11
11
labels :
12
12
app : {{ include "app.fullname" . }}
13
+ {{- if eq .Values.global.cloud "azure" }}
14
+ azure.workload.identity/use : " true"
15
+ {{- end }}
13
16
annotations :
14
17
{{- with .Values.daemonsetAnnotations }}
15
18
{{- toYaml . | nindent 10 }}
You can’t perform that action at this time.
0 commit comments