File tree 4 files changed +1
-14
lines changed
dev-infrastructure/templates
4 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -107,11 +107,6 @@ module mgmtCluster '../modules/aks-cluster-base.bicep' = {
107
107
namespace : 'maestro'
108
108
serviceAccountName : 'maestro'
109
109
}
110
- package_operator : {
111
- uamiName : 'package-operator'
112
- namespace : 'package-operator-system'
113
- serviceAccountName : 'package-operator'
114
- }
115
110
})
116
111
aksKeyVaultName : aksKeyVaultName
117
112
acrPullResourceGroups : acrPullResourceGroups
Original file line number Diff line number Diff line change @@ -32,9 +32,7 @@ deploy:
32
32
--set pullBinding.workloadIdentityClientId=" $$ {IMAGE_PULLER_MI_CLIENT_ID}" \
33
33
--set pullBinding.workloadIdentityTenantId=" $$ {IMAGE_PULLER_MI_TENANT_ID}" \
34
34
--set pullBinding.registry=${ARO_HCP_IMAGE_REGISTRY} \
35
- --set pullBinding.scope=' repository:*:pull' \
36
- --set serviceAccount.workloadIdentityClientId=" $$ {PKO_MI_CLIENT_ID}" \
37
- --set serviceAccount.workloadIdentityTenantId=" $$ {PKO_MI_CLIENT_ID}"
35
+ --set pullBinding.scope=' repository:*:pull'
38
36
39
37
image :
40
38
az acr login --name ${ARO_HCP_IMAGE_ACR} && \
Original file line number Diff line number Diff line change @@ -3,8 +3,5 @@ kind: ServiceAccount
3
3
metadata :
4
4
name : package-operator
5
5
namespace : package-operator-system
6
- annotations :
7
- azure.workload.identity/client-id : ' {{ .Values.serviceAccount.workloadIdentityClientId }}'
8
- azure.workload.identity/tenant-id : ' {{ .Values.serviceAccount.workloadIdentityTenantId }}'
9
6
labels :
10
7
package-operator.run/cache : " True"
Original file line number Diff line number Diff line change @@ -6,6 +6,3 @@ pullBinding:
6
6
scope : " "
7
7
workloadIdentityClientId : " "
8
8
workloadIdentityTenantId : " "
9
- serviceAccount :
10
- workloadIdentityClientId : " "
11
- workloadIdentityTenantId : " "
You can’t perform that action at this time.
0 commit comments