Skip to content

Commit

Permalink
This is a change to allow for App Configuration Provider 2.0 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl authored Sep 11, 2024
1 parent 30da14f commit 3c4b725
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/config-maps/templates/config-map-software.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
separator: "."
auth:
workloadIdentity:
managedIdentityClientId: {{ .Values.azure.clientId }}
serviceAccountName: workload-identity-sa
configuration:
selectors:
- keyFilter: "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
configMapName: configmap-services
auth:
workloadIdentity:
managedIdentityClientId: {{ .Values.azure.clientId }}
serviceAccountName: workload-identity-sa
configuration:
selectors:
- keyFilter: "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
separator: "."
auth:
workloadIdentity:
managedIdentityClientId: {{ .Values.azure.clientId }}
serviceAccountName: workload-identity-sa
configuration:
selectors:
- keyFilter: "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
separator: "."
auth:
workloadIdentity:
managedIdentityClientId: {{ .Values.azure.clientId }}
serviceAccountName: workload-identity-sa
configuration:
selectors:
- keyFilter: "*"
Expand Down

0 comments on commit 3c4b725

Please sign in to comment.