Skip to content

Commit

Permalink
Merge pull request #71 from projectsyn/fix/networkpolicy
Browse files Browse the repository at this point in the history
Only apply prometheus network policy if network policy enabled
  • Loading branch information
glrf authored Oct 5, 2021
2 parents d1da54d + fb219e9 commit 062c5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/prometheus-netpol.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ local netpol =
};

{
'40_netpol': netpol,
[if params.helm_values.networkPolicy.enabled then '40_netpol']: netpol,
}

0 comments on commit 062c5d7

Please sign in to comment.