Skip to content

Commit

Permalink
fix(k8s): deactivate service linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Irsigler authored Oct 19, 2021
1 parent abd292a commit 85066b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/uptime-kuma/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
enableServiceLinks: false
serviceAccountName: {{ include "uptime-kuma.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
Expand Down

0 comments on commit 85066b0

Please sign in to comment.