File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
charts/platform-namespace-core
templates/external-secrets Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : platform-namespace-core
3
3
description : A Helm chart that defines core Kubernetes platform namespaced resources
4
4
type : application
5
- version : 0.3.0
5
+ version : 0.3.1
6
6
appVersion : " 0.1.0"
7
7
icon : https://avatars.githubusercontent.com/u/9391624?s=200&v=4
8
8
home : https://github.com/wiremind/wiremind-helm-charts/tree/main/charts/platform-namespace-core
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ metadata:
8
8
{{- include "platform-namespace-core.labels" $ | nindent 4 }}
9
9
spec :
10
10
provider :
11
- {{- toYaml .Values.clusterSecretStore.provider | nindent 4 }}
11
+ {{- tpl ( toYaml .Values.clusterSecretStore.provider) . | nindent 4 }}
12
12
conditions :
13
13
{{- if eq $.Values.namespace.labels.project "platform" }}
14
14
- namespaces :
20
20
{{ $key }}: {{ $value | quote }}
21
21
{{- end }}
22
22
{{- end }}
23
-
24
23
{{- end -}}
You can’t perform that action at this time.
0 commit comments