Skip to content
Snippets Groups Projects
Unverified Commit 382caedd authored by Louis's avatar Louis :fire:
Browse files

[Woodpecker CI] Also fix secrets for agent

parent 769abeaf
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.3
version: 0.4.4
appVersion: "v0.15.1"
......@@ -42,7 +42,7 @@ spec:
- name: {{ $key }}
value: {{ $value | quote }}
{{- end }}
{{- if .Values.common.secrets }}
{{- if .Values.common.environment.secrets }}
envFrom:
{{- range .Values.common.environment.secrets}}
- secretRef:
......
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