File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
helm/charts/crossplane-provider-cloudfoundry Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 77 - https://github.com/openmcp-project/blueprint-building-blocks
88 - https://github.com/SAP/crossplane-provider-cloudfoundry
99type : application
10- version : 0.1.2
10+ version : 0.1.3
Original file line number Diff line number Diff line change 22
33# crossplane-provider-cloudfoundry
44
5- ![ Version: 0.1.2 ] ( https://img.shields.io/badge/Version-0.1.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.3.0] ( https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square )
5+ ![ Version: 0.1.3 ] ( https://img.shields.io/badge/Version-0.1.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.3.0] ( https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square )
66
77A Helm Chart to template crossplane manifests to manage BTP Cloud Foundry resources on BTP.
88
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ metadata:
1010 labels :
1111 openmcp.cloud/blueprint-building-block : " {{ $.Chart.Name }}"
1212 openmcp.cloud/blueprint-building-block-version : " {{ $.Chart.Version }}"
13- {{- if $item.stringData}}
14- stringData :
15- {{- range $key, $value := $item.stringData }}
16- {{ $key }}: {{ $value | quote }}
17- {{- end }}
18- {{- end }}
19- {{- if $item.data}}
20- data :
21- {{- toYaml $item.data | nindent 4 }}
13+ {{- if $item.stringData}}
14+ stringData :
15+ {{- range $key, $value := $item.stringData }}
16+ {{ $key }}: {{ $value | quote }}
2217 {{- end }}
2318 {{- end }}
24- {{- end }}
19+ {{- if $item.data}}
20+ data :
21+ {{- toYaml $item.data | nindent 4 }}
22+ {{- end }}
23+ {{- end }}
24+ {{- end }}
You can’t perform that action at this time.
0 commit comments