Skip to content

Commit

Permalink
allow linodego-debug to be set by helm
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulait committed Mar 21, 2024
1 parent 2728144 commit 1b6fb3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/chart/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ spec:
- --v=3
- --port=0
- --secure-port=10253
{{- if .Values.linodegoDebug }}
- --linodego-debug={{ .Values.linodegoDebug }}
{{- end }}
volumeMounts:
- mountPath: /etc/kubernetes
name: k8s
Expand Down

0 comments on commit 1b6fb3b

Please sign in to comment.