Skip to content

Commit

Permalink
v0.27.3: configmap fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zaychenko-sergei committed Jul 1, 2024
1 parent 42c2426 commit f8f58d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kamu-api-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kamu-api-server
description: API server component of the Kamu Compute Node
type: application
version: 0.27.2
version: 0.27.3
appVersion: "0.27.1"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
Expand Down
2 changes: 1 addition & 1 deletion charts/kamu-api-server/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ metadata:
{{- include "kamu-api-server.labels" . | nindent 4 }}
data:
{{- include "kamu-api-server.config.yaml" . | nindent 2 }}
fetch-db-secret.sh: : |-
fetch-db-secret.sh: |
{{ .Files.Get "fetch_db_secret.sh" | nindent 4}}

0 comments on commit f8f58d5

Please sign in to comment.