Skip to content

Commit

Permalink
feat(helm): allow networkPolicy to template values
Browse files Browse the repository at this point in the history
  • Loading branch information
fty4 authored Jan 30, 2024
1 parent 138878a commit acddcff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- Ingress
ingress:
- from:
{{- toYaml .Values.networkPolicy.from | nindent 4 }}
{{- include "common.tplvalues.render" (dict "value" .Values.networkPolicy.from "context" $) | nindent 4 }}
ports:
- protocol: TCP
port: 8080
Expand Down

0 comments on commit acddcff

Please sign in to comment.