File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ stringData:
88 AZURE_RESOURCE_MANAGER_ENDPOINT : ${AZURE_RESOURCE_MANAGER_ENDPOINT:=""}
99 AZURE_RESOURCE_MANAGER_AUDIENCE : ${AZURE_RESOURCE_MANAGER_AUDIENCE:=""}
1010 AZURE_SYNC_PERIOD : ${AZURE_SYNC_PERIOD:="1h"}
11+ AZURE_USER_AGENT_SUFFIX : cluster-api-provider-azure/main
1112 # Per-resource Secrets will be created based on a Cluster's AzureClusterIdentity.
1213 AZURE_SUBSCRIPTION_ID : " "
1314 AZURE_TENANT_ID : " "
Original file line number Diff line number Diff line change @@ -3,3 +3,21 @@ resources:
33
44components :
55 - ../aso
6+
7+ replacements :
8+ - source :
9+ kind : Deployment
10+ name : capz-controller-manager
11+ fieldPath : spec.template.spec.containers.[name=manager].image
12+ options :
13+ delimiter : ' :'
14+ index : 1
15+ targets :
16+ - select :
17+ kind : Secret
18+ name : aso-controller-settings
19+ fieldPaths :
20+ - stringData.AZURE_USER_AGENT_SUFFIX
21+ options :
22+ delimiter : ' /'
23+ index : 1
You can’t perform that action at this time.
0 commit comments