1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

fix: Fix Helm template for dburl secret (#770)

This commit is contained in:
Mitch Harvey 2024-05-22 07:32:07 +10:00 committed by GitHub
parent 5deefe1d17
commit 8d4c644b5b
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.31 version: 0.1.32
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to

View file

@ -68,7 +68,7 @@ spec:
- name: DATABASE_URL - name: DATABASE_URL
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: .Values.existingDburlSecret name: {{ .Values.existingDburlSecret }}
key: uri key: uri
{{- else }} {{- else }}
- name: DATABASE_URL - name: DATABASE_URL