Skip to content

Commit

Permalink
[op-node] disable serviceLinks because of conflict with container env…
Browse files Browse the repository at this point in the history
… vars
  • Loading branch information
VladStarr committed Jan 14, 2024
1 parent 38fd889 commit f734f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dysnix/op-node/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ spec:
labels:
{{- include "op-node.selectorLabels" . | nindent 8 }}
spec:
enableServiceLinks: false
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit f734f6d

Please sign in to comment.