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

[Woodpecker CI] Also fix secrets for agent

parent 5c52b103
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,6 @@ name: woodpecker-ci ...@@ -5,6 +5,6 @@ name: woodpecker-ci
description: Woodpecker is a simple CI engine with great extensibility. description: Woodpecker is a simple CI engine with great extensibility.
icon: https://helm-forks.s3.eu-west-2.amazonaws.com/icons/woodpecker-ci.png icon: https://helm-forks.s3.eu-west-2.amazonaws.com/icons/woodpecker-ci.png
version: 0.4.2 version: 0.4.3
appVersion: "v0.15.1" appVersion: "v0.15.1"
...@@ -44,7 +44,7 @@ spec: ...@@ -44,7 +44,7 @@ spec:
{{- end }} {{- end }}
{{- if .Values.common.secrets }} {{- if .Values.common.secrets }}
envFrom: envFrom:
{{- range .Values.common.secrets}} {{- range .Values.common.environment.secrets}}
- secretRef: - secretRef:
name: {{ . }} name: {{ . }}
{{- end }} {{- 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