Skip to content

Commit

Permalink
Switch off authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey-Kitov committed May 2, 2023
1 parent 1aa7aae commit a87121f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/koredump/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
value: "{{ .Values.ports.daemonSet }}"
- name: DAEMONSET
value: "1"
- name: NO_TOKENS
value: "1"
volumeMounts:
- mountPath: /tmp
name: tmp-volume
Expand Down

0 comments on commit a87121f

Please sign in to comment.