diff options
Diffstat (limited to 'kubernetes/common/mongodb/templates/networkpolicy.yaml')
-rw-r--r-- | kubernetes/common/mongodb/templates/networkpolicy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/common/mongodb/templates/networkpolicy.yaml b/kubernetes/common/mongodb/templates/networkpolicy.yaml index f6d62ca867..63c4d715d4 100644 --- a/kubernetes/common/mongodb/templates/networkpolicy.yaml +++ b/kubernetes/common/mongodb/templates/networkpolicy.yaml @@ -80,4 +80,4 @@ spec: {{- if $extraIngress }} {{- include "common.tplvalues.render" ( dict "value" $extraIngress "context" $ ) | nindent 4 }} {{- end }} -{{- end }}
\ No newline at end of file +{{- end }} |