Skip to content

Commit bcbaf9e

Browse files
fix: helm chart crossplane-provider-cloundfoundry - generic-secret (#39)
* chore(ci): update helm/charts/crossplane-provider-cloudfoundry/Chart.yaml.version 0.1.3 -> 0.1.4 * chore(ci): update Helm Chart helm/charts/crossplane-provider-cloudfoundry/README.md file --------- Co-authored-by: AribaOpensource <AribaOpensource@users.noreply.github.com>
1 parent e003c36 commit bcbaf9e

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

helm/charts/crossplane-provider-cloudfoundry/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ sources:
77
- https://github.com/openmcp-project/blueprint-building-blocks
88
- https://github.com/SAP/crossplane-provider-cloudfoundry
99
type: application
10-
version: 0.1.3
10+
version: 0.1.4

helm/charts/crossplane-provider-cloudfoundry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
A Helm Chart to template crossplane manifests to manage BTP Cloud Foundry resources on BTP.
88

helm/charts/crossplane-provider-cloudfoundry/templates/secrets/generic-secret.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)