-
Notifications
You must be signed in to change notification settings - Fork 3.4k
agent: Add CILIUM_ENABLE_POLICY env into the helm chart. #13175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
agent: Add CILIUM_ENABLE_POLICY env into the helm chart. #13175
Conversation
235f9cb
to
f53b72c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
The change itself looks good to me.
Could you change the commit message title to agent: Add CILIUM_ENABLE_POLICY env into the helm chart
? We usually use the subsystem: Description
format for commit message titles.
And could you wrap lines in the commit message to 72 characters per line?
To sum it up:
agent: Add CILIUM_ENABLE_POLICY env into the helm chart
Users which are using the official cilium helm repo, can now change the
policy enforcement mode without modify templates or patch deployments.
Signed-off-by: Camilo Schoeningh <camilo.schoeningh@dunnhumby.com>
/cc @aanm |
f53b72c
to
277531a
Compare
@mrostecki : Thanks for your suggestion. I have fixed it in my commit. |
install/kubernetes/cilium/charts/agent/templates/daemonset.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please change the base branch to master
(and don't forget to rebase against master first). We will do the backport ourselves to 1.8.
install/kubernetes/cilium/charts/agent/templates/daemonset.yaml
Outdated
Show resolved
Hide resolved
5d2cad6
to
dd594bc
Compare
install/kubernetes/cilium/charts/agent/templates/daemonset.yaml
Outdated
Show resolved
Hide resolved
install/kubernetes/cilium/charts/config/templates/configmap.yaml
Outdated
Show resolved
Hide resolved
Correct, I've added the missing release label.
@camilo-schoeningh-sociomantic Cilium config map is mounted in the DaemonSet and it will read that directory and parse all options mounted in the volume. Each option from the Let me know if that is clear. |
dd594bc
to
f2dcecd
Compare
Users which are using the official cilium helm repo, can now change the policy enforcement mode without modify templates or patch deployments. Signed-off-by: Camilo Schoeningh <camilo.schoeningh@dunnhumby.com>
f2dcecd
to
6eb0830
Compare
@aanm : Thanks. That had answered all my questions. Cool approach. Anyway, I have updated my commit again. |
test-me-please |
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Users which are using the official cilium helm repo, can now change the policy enforcement mode without modify templates or patch deployments.