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
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 1.0 .0
18+ version : 1.1 .0
1919
2020# This is the version number of the application being deployed. This version number should be
2121# 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:
1818 {{- end }}
1919 {{- end }}
2020spec :
21- {{- if and .spec.clientID .spec.tenantID .spec.subscriptionID }}
21+ {{- if and .spec.source .spec. clientID .spec.tenantID .spec.subscriptionID }}
2222 credentials :
23- source : UserAssignedManagedIdentity
23+ source : {{ .spec.source }}
2424 clientID : {{ .spec.clientID }}
2525 subscriptionID : {{ .spec.subscriptionID }}
2626 tenantID : {{ .spec.tenantID }}
Original file line number Diff line number Diff line change @@ -25,10 +25,12 @@ spec:
2525 {{ $key }}: {{ $value | quote }}
2626 {{- end }}
2727 {{- end }}
28+ {{- if .spec.serviceAccountTemplate.metadata.annotations }}
2829 annotations :
2930 {{- range $key, $value := .spec.serviceAccountTemplate.metadata.annotations }}
3031 {{ $key }}: {{ $value | quote }}
3132 {{- end }}
33+ {{- end }}
3234 name : {{ .spec.serviceAccountTemplate.metadata.name }}
3335 deploymentTemplate :
3436 {{- .spec.deploymentTemplate | toYaml | nindent 4 }}
Original file line number Diff line number Diff line change 44deploymentRuntimeConfig :
55 enabled : false
66 metadata :
7- name : " upbound-azure-runtime-config "
7+ name : " default "
88 role_arn : " "
99 annotations : {}
1010 labels :
@@ -17,7 +17,7 @@ deploymentRuntimeConfig:
1717 metadata :
1818 annotations : {}
1919 labels :
20- azure.workload.identity/use : true
20+ azure.workload.identity/use : " true"
2121 spec :
2222 containers :
2323 - name : package-runtime
@@ -29,6 +29,7 @@ deploymentRuntimeConfig:
2929 metadata :
3030 annotations : {}
3131 labels :
32+ azure.workload.identity/use : " true"
3233 name : azure-provider
3334
3435provider :
You can’t perform that action at this time.
0 commit comments