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