Skip to content

Commit

Permalink
Fix up secet to allow for any additional setup arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Chmielewski committed Sep 7, 2022
1 parent ea2549e commit 7441907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }}
type: Opaque
stringData:
ts-setup-args: "--deploy-key {{ .Values.agentDeployKey }} --ruleset '{{ .Values.rulesets }}'"
ts-setup-args: "--deploy-key {{ .Values.agentDeployKey }} --ruleset '{{ .Values.rulesets }}' {{ .Values.additionalSetupConfig }}"
{{- end }}

0 comments on commit 7441907

Please sign in to comment.