Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Remove tailscale-controller initContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
SwitchTV-BenBettridge committed Jul 31, 2022
1 parent fb94bbf commit d01ef54
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions charts/tailscale-svc-lb/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ spec:
serviceAccountName: {{ include "tailscale-svc-lb.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.controller.podSecurityContext | nindent 8 }}
initContainers:
- name: {{ .Chart.Name }}-sysctl
securityContext:
{{- toYaml .Values.controller.securityContext | nindent 12 }}
image: "{{ .Values.controller.image.repository }}:{{ .Values.controller.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.controller.image.pullPolicy }}
command:
- sh
- -c
- sysctl -w net.ipv4.ip_forward=1
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand Down

0 comments on commit d01ef54

Please sign in to comment.