Skip to content

Commit e003c36

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

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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.2
10+
version: 0.1.3

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.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

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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)