1- # source: https://github.com/Azure/aad-pod-identity/blob/v1.7.1 /charts/aad-pod-identity/values.yaml
1+ # source: https://github.com/Azure/aad-pod-identity/blob/v1.7.5 /charts/aad-pod-identity/values.yaml
22
33# Default values for aad-pod-identity-helm.
44# This is a YAML-formatted file.
@@ -15,12 +15,6 @@ image:
1515# imagePullSecrets:
1616# - name: myRegistryKeySecretName
1717
18- # https://github.com/Azure/aad-pod-identity#4-optional-match-pods-in-the-namespace
19- # By default, AAD Pod Identity matches pods to identities across namespaces.
20- # To match only pods in the namespace containing AzureIdentity set this to true.
21- # DEPRECATED - use 'forceNamespaced' instead.
22- forceNameSpaced : " "
23-
2418# https://github.com/Azure/aad-pod-identity#4-optional-match-pods-in-the-namespace
2519# By default, AAD Pod Identity matches pods to identities across namespaces.
2620# To match only pods in the namespace containing AzureIdentity set this to true.
@@ -51,8 +45,9 @@ operationMode: "standard"
5145
5246mic :
5347 image : mic
54- tag : v1.7.1
48+ tag : v1.7.5
5549
50+ # ref: https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/#marking-pod-as-critical
5651 priorityClassName : " "
5752
5853 # log level. Uses V logs (klog)
6964
7065 podAnnotations : {}
7166
67+ podLabels : {}
68+
7269 # # Node labels for pod assignment
7370 # # aad-pod-identity is currently only supported on linux
7471 nodeSelector :
7572 kubernetes.io/os : linux
7673
7774 tolerations : []
75+ # - key: "CriticalAddonsOnly"
76+ # operator: "Exists"
7877
78+ # ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity
7979 affinity : {}
80+ # nodeAffinity:
81+ # preferredDuringSchedulingIgnoredDuringExecution:
82+ # - weight 1
83+ # preference:
84+ # matchExpressions:
85+ # - key: kubernetes.azure.com/mode
86+ # operator: In
87+ # values:
88+ # - system
8089
8190 # Topology spread constraints rely on node labels to identify the topology domain(s) that each Node is in.
8291 # ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
147156
148157nmi :
149158 image : nmi
150- tag : v1.7.1
159+ tag : v1.7.5
151160
161+ # ref: https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/#marking-pod-as-critical
152162 priorityClassName : " "
153163
154164 # log level. Uses V logs (klog)
@@ -165,14 +175,28 @@ nmi:
165175
166176 podAnnotations : {}
167177
178+ podLabels : {}
179+
168180 # # Node labels for pod assignment
169181 # # aad-pod-identity is currently only supported on linux
170182 nodeSelector :
171183 kubernetes.io/os : linux
172184
173185 tolerations : []
186+ # - key: "CriticalAddonsOnly"
187+ # operator: "Exists"
174188
189+ # ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity
175190 affinity : {}
191+ # nodeAffinity:
192+ # preferredDuringSchedulingIgnoredDuringExecution:
193+ # - weight 1
194+ # preference:
195+ # matchExpressions:
196+ # - key: kubernetes.azure.com/mode
197+ # operator: In
198+ # values:
199+ # - system
176200
177201 # Override iptables update interval in seconds (default is 60)
178202 ipTableUpdateTimeIntervalInSeconds : " "
@@ -221,6 +245,7 @@ rbac:
221245 # NMI requires permissions to get secrets when service principal (type: 1) is used in AzureIdentity.
222246 # If using only MSI (type: 0) in AzureIdentity, secret get permission can be disabled by setting this to false.
223247 allowAccessToSecrets : true
248+ pspEnabled : false
224249
225250# Create azure identities and bindings
226251# This is a map with the AzureIdentityName being the key and the rest of the blob as value in accordance
@@ -247,5 +272,6 @@ azureIdentities:
247272 # # The selector will also need to be included in labels for app deployment
248273 # selector: "demo"
249274
250- # If true, install necessary custom resources.
251- installCRDs : false
275+ # If provided, the userAgent string will be appended to the pod identity user agents for all
276+ # ADAL, ARM and Kube API server requests.
277+ customUserAgent : " "
0 commit comments