File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
helm/charts/crossplane-provider-cloudfoundry Expand file tree Collapse file tree 3 files changed +9
-8
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.3
10+ version : 0.1.4
Original file line number Diff line number Diff line change 22
33# crossplane-provider-cloudfoundry
44
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 )
5+ ![ Version: 0.1.4 ] ( https://img.shields.io/badge/Version-0.1.4 -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,16 @@ 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 :
13+ {{- if $item.stringData}}
14+ stringData :
1515 {{- range $key, $value := $item.stringData }}
1616 {{ $key }}: {{ $value | quote }}
1717 {{- end }}
18- {{- end }}
19- {{- if $item.data}}
20- data :
18+ {{- end }}
19+ {{- if $item.data}}
20+ data :
2121 {{- toYaml $item.data | nindent 4 }}
2222 {{- end }}
23- {{- end }}
2423{{- end }}
24+ {{- end }}
25+
You can’t perform that action at this time.
0 commit comments