Skip to content

Commit

Permalink
Had forgotten to remove the linkerd-proxy-injector-sidecar-config vol…
Browse files Browse the repository at this point in the history
…ume from the linkerd-proxy-injector deployment

Signed-off-by: Alejandro Pedraza <[email protected]>
  • Loading branch information
alpeb committed Mar 4, 2019
1 parent 141ee02 commit cdc815e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions chart/templates/proxy_injector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ spec:
ports:
- name: proxy-injector
containerPort: 8443
volumeMounts:
- name: proxy-spec
mountPath: /var/linkerd-io/config
livenessProbe:
httpGet:
path: /ping
Expand All @@ -60,10 +57,6 @@ spec:
{{- end }}
securityContext:
runAsUser: {{.Values.ControllerUID}}
volumes:
- name: proxy-spec
configMap:
name: linkerd-proxy-injector-sidecar-config
---
kind: ServiceAccount
apiVersion: v1
Expand Down

0 comments on commit cdc815e

Please sign in to comment.