Skip to content

Commit 7441907

Browse files
author
Michael Chmielewski
committed
Fix up secet to allow for any additional setup arguments
1 parent ea2549e commit 7441907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ metadata:
3232
app.kubernetes.io/managed-by: {{ .Release.Service }}
3333
type: Opaque
3434
stringData:
35-
ts-setup-args: "--deploy-key {{ .Values.agentDeployKey }} --ruleset '{{ .Values.rulesets }}'"
35+
ts-setup-args: "--deploy-key {{ .Values.agentDeployKey }} --ruleset '{{ .Values.rulesets }}' {{ .Values.additionalSetupConfig }}"
3636
{{- end }}

0 commit comments

Comments
 (0)