Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: csi-addons/kubernetes-csi-addons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b2c229579298e24fd218117a53f623e16df158c8
Choose a base ref
..
head repository: csi-addons/kubernetes-csi-addons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c1b3193a0076c9f7bd0a6216fd6b9f96a01eaff3
Choose a head ref
Showing with 6 additions and 0 deletions.
  1. +3 −0 config/manager/manager_auth_proxy_patch.yaml
  2. +3 −0 deploy/controller/setup-controller.yaml
3 changes: 3 additions & 0 deletions config/manager/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
@@ -30,6 +30,9 @@ spec:
requests:
cpu: 10m
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
- name: manager
args:
- "--namespace=$(POD_NAMESPACE)"
3 changes: 3 additions & 0 deletions deploy/controller/setup-controller.yaml
Original file line number Diff line number Diff line change
@@ -56,6 +56,9 @@ spec:
requests:
cpu: 10m
memory: 64Mi
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
- args:
- --namespace=$(POD_NAMESPACE)
- --health-probe-bind-address=:8081