Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit acddcff

Browse files
authored
feat(helm): allow networkPolicy to template values
1 parent 138878a commit acddcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/managed-identity-wallet/templates/networkpolicy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
- Ingress
3232
ingress:
3333
- from:
34-
{{- toYaml .Values.networkPolicy.from | nindent 4 }}
34+
{{- include "common.tplvalues.render" (dict "value" .Values.networkPolicy.from "context" $) | nindent 4 }}
3535
ports:
3636
- protocol: TCP
3737
port: 8080

0 commit comments

Comments
 (0)