Skip to content

Commit

Permalink
fix AZURE_USER_AGENT_SUFFIX not getting set (#4011)
Browse files Browse the repository at this point in the history
  • Loading branch information
nojnhuh authored May 14, 2024
1 parent b69f0d4 commit 0c77722
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions v2/config/manager/manager_image_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ spec:
key: USE_WORKLOAD_IDENTITY_AUTH
name: aso-controller-settings
optional: true
- name: AZURE_USER_AGENT_SUFFIX
valueFrom:
secretKeyRef:
key: AZURE_USER_AGENT_SUFFIX
name: aso-controller-settings
optional: true
# Used for setting the operator-namespace annotation (and
# for aad-pod-identity once we support it).
- name: POD_NAMESPACE
Expand Down

0 comments on commit 0c77722

Please sign in to comment.