Skip to content

Commit

Permalink
build(repo): fix chart
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jan 30, 2025
1 parent 47dae0d commit 7ed1ae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cluster/charts/fuel-streams/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: fuel-streams
version: 0.10.2
version: 0.10.3
dependencies:
- name: nats
version: 1.2.10
Expand Down
6 changes: 3 additions & 3 deletions cluster/charts/fuel-streams/templates/common-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{{- $localSecrets := .Values.localSecrets }}
{{- $configMap := .Values.commonConfigMap }}
{{- $localSecrets := .Values.localSecrets -}}
{{- $configMap := .Values.commonConfigMap -}}
{{- $configMapDict := dict "root" . "context" $configMap "name" "config" "component" "config" -}}
{{- $localSecretsDict := dict "root" . "context" $localSecrets "name" "keys" "component" "config" -}}
{{- if .Values.commonConfigMap.enabled }}
{{- if .Values.commonConfigMap.enabled }}
---
apiVersion: v1
kind: ConfigMap
Expand Down

0 comments on commit 7ed1ae5

Please sign in to comment.