Skip to content

Commit

Permalink
update backend helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-mher committed Nov 29, 2022
1 parent 19575f9 commit ce25b00
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion charts/backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: backend
description: Helm chart scaffolding for Backend applications.
type: application
version: 3.4.21
version: 3.4.22
appVersion: 0.3.0
7 changes: 0 additions & 7 deletions charts/backend/templates/external-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,4 @@ spec:
- secretKey: {{ .Values.externalsecrets.secretkey }}
remoteRef:
key: {{ $.Values.env }}-{{ .Release.Name }}
property: {{ .Values.externalsecrets.secretkey }}
{{- if .Values.externalsecrets.migration -}}
- secretKey: .migration-version
remoteRef:
key: {{ $.Values.env }}-migration-version
property: .migration-version
{{- end }}
{{- end }}
1 change: 0 additions & 1 deletion charts/backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ blackfire:
externalsecrets:
enabled: true
migration: false
envpath: /tmp
secretkey: .env
interval: 168h
Expand Down

0 comments on commit ce25b00

Please sign in to comment.