Skip to content

Commit

Permalink
Merge pull request #26 from FIWARE/bae-v012
Browse files Browse the repository at this point in the history
Fixing path of secret for backups
  • Loading branch information
Stefan Wiedemann authored May 5, 2021
2 parents 98fdc98 + c5d09ea commit e0d89e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/business-api-ecosystem/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: business-api-ecosystem
description: A Helm chart for running the FIWARE business API ecosystem (FIWARE Marketplace) on Kubernetes
icon: https://fiware.github.io/catalogue/img/fiware.png
version: 0.1.1
version: 0.1.2
appVersion: 7.8.0
home: https://business-api-ecosystem.readthedocs.io/en/latest/
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ spec:
{{- if .Values.bizEcosystemChargingBackend.backup.secretName }}
- name: gcs-secret
mountPath: /gcs/credentials.json
subPath: credentials.json
{{- end }}
{{- end }}
- name: {{ template "business-api-ecosystem.name" . }}-{{ .Values.bizEcosystemChargingBackend.name }}
Expand Down

0 comments on commit e0d89e0

Please sign in to comment.