Skip to content

Commit

Permalink
Use tailscale-subnet-router.name for container name
Browse files Browse the repository at this point in the history
  • Loading branch information
czuares authored and gtaylor committed Dec 30, 2022
1 parent 2121610 commit be8462b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tailscale-subnet-router/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:
- name: {{ include "tailscale-subnet-router.fullname" . }}
- name: {{ include "tailscale-subnet-router.name" . }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
Expand Down

0 comments on commit be8462b

Please sign in to comment.