File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
charts/crossplane-azure-upbound Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.0 .0
18
+ version : 1.1 .0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ metadata:
18
18
{{- end }}
19
19
{{- end }}
20
20
spec :
21
- {{- if and .spec.clientID .spec.tenantID .spec.subscriptionID }}
21
+ {{- if and .spec.source .spec. clientID .spec.tenantID .spec.subscriptionID }}
22
22
credentials :
23
- source : UserAssignedManagedIdentity
23
+ source : {{ .spec.source }}
24
24
clientID : {{ .spec.clientID }}
25
25
subscriptionID : {{ .spec.subscriptionID }}
26
26
tenantID : {{ .spec.tenantID }}
Original file line number Diff line number Diff line change @@ -25,10 +25,12 @@ spec:
25
25
{{ $key }}: {{ $value | quote }}
26
26
{{- end }}
27
27
{{- end }}
28
+ {{- if .spec.serviceAccountTemplate.metadata.annotations }}
28
29
annotations :
29
30
{{- range $key, $value := .spec.serviceAccountTemplate.metadata.annotations }}
30
31
{{ $key }}: {{ $value | quote }}
31
32
{{- end }}
33
+ {{- end }}
32
34
name : {{ .spec.serviceAccountTemplate.metadata.name }}
33
35
deploymentTemplate :
34
36
{{- .spec.deploymentTemplate | toYaml | nindent 4 }}
Original file line number Diff line number Diff line change 4
4
deploymentRuntimeConfig :
5
5
enabled : false
6
6
metadata :
7
- name : " upbound-azure-runtime-config "
7
+ name : " default "
8
8
role_arn : " "
9
9
annotations : {}
10
10
labels :
@@ -17,7 +17,7 @@ deploymentRuntimeConfig:
17
17
metadata :
18
18
annotations : {}
19
19
labels :
20
- azure.workload.identity/use : true
20
+ azure.workload.identity/use : " true"
21
21
spec :
22
22
containers :
23
23
- name : package-runtime
@@ -29,6 +29,7 @@ deploymentRuntimeConfig:
29
29
metadata :
30
30
annotations : {}
31
31
labels :
32
+ azure.workload.identity/use : " true"
32
33
name : azure-provider
33
34
34
35
provider :
You can’t perform that action at this time.
0 commit comments