diff --git a/helm/charts/crossplane-provider-cloudfoundry/Chart.yaml b/helm/charts/crossplane-provider-cloudfoundry/Chart.yaml index 63a4b44..4d92724 100644 --- a/helm/charts/crossplane-provider-cloudfoundry/Chart.yaml +++ b/helm/charts/crossplane-provider-cloudfoundry/Chart.yaml @@ -7,4 +7,4 @@ sources: - https://github.com/openmcp-project/blueprint-building-blocks - https://github.com/SAP/crossplane-provider-cloudfoundry type: application -version: 0.1.2 +version: 0.1.3 diff --git a/helm/charts/crossplane-provider-cloudfoundry/README.md b/helm/charts/crossplane-provider-cloudfoundry/README.md index 93a2feb..b2e89d8 100644 --- a/helm/charts/crossplane-provider-cloudfoundry/README.md +++ b/helm/charts/crossplane-provider-cloudfoundry/README.md @@ -2,7 +2,7 @@ # crossplane-provider-cloudfoundry -![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) +![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) A Helm Chart to template crossplane manifests to manage BTP Cloud Foundry resources on BTP. diff --git a/helm/charts/crossplane-provider-cloudfoundry/templates/secrets/generic-secret.yaml b/helm/charts/crossplane-provider-cloudfoundry/templates/secrets/generic-secret.yaml index d645ccd..41d6914 100644 --- a/helm/charts/crossplane-provider-cloudfoundry/templates/secrets/generic-secret.yaml +++ b/helm/charts/crossplane-provider-cloudfoundry/templates/secrets/generic-secret.yaml @@ -10,15 +10,15 @@ metadata: labels: openmcp.cloud/blueprint-building-block: "{{ $.Chart.Name }}" openmcp.cloud/blueprint-building-block-version: "{{ $.Chart.Version }}" - {{- if $item.stringData}} -stringData: - {{- range $key, $value := $item.stringData }} - {{ $key }}: {{ $value | quote }} - {{- end }} - {{- end }} - {{- if $item.data}} -data: - {{- toYaml $item.data | nindent 4 }} + {{- if $item.stringData}} + stringData: + {{- range $key, $value := $item.stringData }} + {{ $key }}: {{ $value | quote }} {{- end }} {{- end }} -{{- end }} \ No newline at end of file + {{- if $item.data}} + data: + {{- toYaml $item.data | nindent 4 }} + {{- end }} + {{- end }} +{{- end }}