diff --git a/charts/uptime-kuma/templates/deployment.yaml b/charts/uptime-kuma/templates/deployment.yaml index 740181a..a3c855f 100644 --- a/charts/uptime-kuma/templates/deployment.yaml +++ b/charts/uptime-kuma/templates/deployment.yaml @@ -24,6 +24,7 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} + enableServiceLinks: false serviceAccountName: {{ include "uptime-kuma.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }}