Skip to content

Commit

Permalink
Azure identity >=1.6.0 CRD fields are case sensitive
Browse files Browse the repository at this point in the history
Signed-off-by: Annegies van 't Zand <ace.vtzand@gmail.com>
  • Loading branch information
Annegies authored and poiana committed Aug 26, 2020
1 parent 789d80b commit 3aa56a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion falcosidekick/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 2.14.0
description: A simple daemon to help you with falco's outputs
icon: https://raw.githubusercontent.com/falcosecurity/falcosidekick/master/imgs/falcosidekick.png
name: falcosidekick
version: 0.1.20
version: 0.1.21
keywords:
- monitoring
- security
Expand Down
8 changes: 4 additions & 4 deletions falcosidekick/templates/aadpodidentity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ metadata:
name: falcosidekick
spec:
type: 0
ResourceID: /subscriptions/{{ .Values.config.azure.subscriptionID }}/resourcegroups/{{ .Values.config.azure.resourceGroupName }}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{{ .Values.config.azure.podIdentityName }}
ClientID: {{ .Values.config.azure.podIdentityClientID }}
resourceID: /subscriptions/{{ .Values.config.azure.subscriptionID }}/resourcegroups/{{ .Values.config.azure.resourceGroupName }}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{{ .Values.config.azure.podIdentityName }}
clientID: {{ .Values.config.azure.podIdentityClientID }}
---
apiVersion: "aadpodidentity.k8s.io/v1"
kind: AzureIdentityBinding
metadata:
name: falcosidekick
spec:
AzureIdentity: falcosidekick
Selector: {{ include "falcosidekick.fullname" . }}
azureIdentity: falcosidekick
selector: {{ include "falcosidekick.fullname" . }}

{{- end }}

0 comments on commit 3aa56a6

Please sign in to comment.