Skip to content

Commit

Permalink
Merge pull request #49 from olhado/setup-config
Browse files Browse the repository at this point in the history
Fix up secret to allow for any additional setup arguments
  • Loading branch information
olhado authored Sep 7, 2022
2 parents ea2549e + 7441907 commit db2404b
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 db2404b

Please sign in to comment.