Skip to content
Snippets Groups Projects
Verified Commit 5c52b103 authored by Louis's avatar Louis :fire:
Browse files

Fix env secrets

parent 21545886
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,6 @@ name: woodpecker-ci
description: Woodpecker is a simple CI engine with great extensibility.
icon: https://helm-forks.s3.eu-west-2.amazonaws.com/icons/woodpecker-ci.png
version: 0.4.1
version: 0.4.2
appVersion: "v0.15.1"
......@@ -44,9 +44,9 @@ spec:
- name: {{ $key }}
value: {{ $value | quote }}
{{- end }}
{{- if .Values.common.secrets }}
{{- if .Values.common.environment.secrets }}
envFrom:
{{- range .Values.common.secrets}}
{{- range .Values.common.environment.secrets}}
- secretRef:
name: {{ . }}
{{- end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment