This repository has been archived by the owner on May 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Network Policy - Additonnal Rule #1106
Labels
Comments
jmlrt
added a commit
to jmlrt/helm-charts
that referenced
this issue
Mar 17, 2021
This commit fix http additional rules to use with `NetworkPolicies`. Fix elastic#1106
Hi @noe-charmet, thanks for reporting it, will be fixed in #1111 |
jmlrt
added a commit
that referenced
this issue
Mar 17, 2021
* [elasticsearch] fix network policies http additional rules This commit fix http additional rules to use with `NetworkPolicies`. Fix #1106 * [elasticsearch] improve netpol tests This commit adds some small improvements in network policies tests: * update example Makefile to fix commands and use similar structure to other examples Makefiles * fix example values file extension * use different values for http and transport network policies in python test and example values to catch regressions where same values would be used for both
jmlrt
added a commit
to jmlrt/helm-charts
that referenced
this issue
May 25, 2021
) * [elasticsearch] fix network policies http additional rules This commit fix http additional rules to use with `NetworkPolicies`. Fix elastic#1106 * [elasticsearch] improve netpol tests This commit adds some small improvements in network policies tests: * update example Makefile to fix commands and use similar structure to other examples Makefiles * fix example values file extension * use different values for http and transport network policies in python test and example values to catch regressions where same values would be used for both
jmlrt
added a commit
to jmlrt/helm-charts
that referenced
this issue
May 25, 2021
) * [elasticsearch] fix network policies http additional rules This commit fix http additional rules to use with `NetworkPolicies`. Fix elastic#1106 * [elasticsearch] improve netpol tests This commit adds some small improvements in network policies tests: * update example Makefile to fix commands and use similar structure to other examples Makefiles * fix example values file extension * use different values for http and transport network policies in python test and example values to catch regressions where same values would be used for both
jmlrt
added a commit
to jmlrt/helm-charts
that referenced
this issue
May 25, 2021
) * [elasticsearch] fix network policies http additional rules This commit fix http additional rules to use with `NetworkPolicies`. Fix elastic#1106 * [elasticsearch] improve netpol tests This commit adds some small improvements in network policies tests: * update example Makefile to fix commands and use similar structure to other examples Makefiles * fix example values file extension * use different values for http and transport network policies in python test and example values to catch regressions where same values would be used for both
jmlrt
added a commit
that referenced
this issue
May 28, 2021
…1207) * [elasticsearch] fix network policies http additional rules This commit fix http additional rules to use with `NetworkPolicies`. Fix #1106 * [elasticsearch] improve netpol tests This commit adds some small improvements in network policies tests: * update example Makefile to fix commands and use similar structure to other examples Makefiles * fix example values file extension * use different values for http and transport network policies in python test and example values to catch regressions where same values would be used for both
jmlrt
added a commit
that referenced
this issue
May 28, 2021
…1208) * [elasticsearch] fix network policies http additional rules This commit fix http additional rules to use with `NetworkPolicies`. Fix #1106 * [elasticsearch] improve netpol tests This commit adds some small improvements in network policies tests: * update example Makefile to fix commands and use similar structure to other examples Makefiles * fix example values file extension * use different values for http and transport network policies in python test and example values to catch regressions where same values would be used for both
jmlrt
added a commit
that referenced
this issue
May 28, 2021
…1209) * [elasticsearch] fix network policies http additional rules This commit fix http additional rules to use with `NetworkPolicies`. Fix #1106 * [elasticsearch] improve netpol tests This commit adds some small improvements in network policies tests: * update example Makefile to fix commands and use similar structure to other examples Makefiles * fix example values file extension * use different values for http and transport network policies in python test and example values to catch regressions where same values would be used for both
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Chart version: 7.12
Describe the bug:
In the NetworkPolicy definition,
.Values.networkPolicy.transport.additionalRules
is used in both thehttp
andtransport
blocks. The http block should use.Values.networkPolicy.http.additionalRules
as defined in thevalues.yaml
file.Problematic line:
helm-charts/elasticsearch/templates/networkpolicy.yaml
Line 31 in 90f71e7
The text was updated successfully, but these errors were encountered: