Skip to content

Commit db06283

Browse files
committed
fix(platform-namespace-core): update chart version to 0.3.1 and fix provider template rendering
Signed-off-by: Arthur Le Roux <[email protected]>
1 parent 79ab646 commit db06283

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

charts/platform-namespace-core/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: platform-namespace-core
33
description: A Helm chart that defines core Kubernetes platform namespaced resources
44
type: application
5-
version: 0.3.0
5+
version: 0.3.1
66
appVersion: "0.1.0"
77
icon: https://avatars.githubusercontent.com/u/9391624?s=200&v=4
88
home: https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/platform-namespace-core

charts/platform-namespace-core/templates/external-secrets/clustersecretstore.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
{{- include "platform-namespace-core.labels" $ | nindent 4 }}
99
spec:
1010
provider:
11-
{{- toYaml .Values.clusterSecretStore.provider | nindent 4 }}
11+
{{- tpl (toYaml .Values.clusterSecretStore.provider) . | nindent 4 }}
1212
conditions:
1313
{{- if eq $.Values.namespace.labels.project "platform" }}
1414
- namespaces:
@@ -20,5 +20,4 @@ spec:
2020
{{ $key }}: {{ $value | quote }}
2121
{{- end }}
2222
{{- end }}
23-
2423
{{- end -}}

0 commit comments

Comments
 (0)