Skip to content

Commit

Permalink
add DNS flag
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamoreA committed Aug 9, 2023
1 parent 479ba02 commit b19648e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tailscale/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ spec:
value: {{ include "tailscale.fullname" . }}
- name: TS_USERSPACE
value: "true"
- name: TS_ACCEPT_DNS
value: "true"
- name: TS_EXTRA_ARGS
value: "--advertise-tags={{ .Values.tags }} --hostname={{ include "tailscale.fullname" . }}-{{ .Values.env }}-cluster"
- name: TS_AUTH_KEY
Expand Down

0 comments on commit b19648e

Please sign in to comment.