commit | b8f42919904ace49c4de14c19cc707ff29e9e061 | [log] [tgz] |
---|---|---|
author | Badhrinath Padmanabhan <badhrinath.padmanabhan@intel.com> | Wed Nov 16 13:58:04 2022 -0500 |
committer | Badhrinath Padmanabhan <badhrinath.padmanabhan@intel.com> | Wed Nov 16 15:15:11 2022 -0500 |
tree | 543d8e19af7448b11a2cf8328a8c34de951e00cb | |
parent | bc29ec13b4f430d4c29e50de22e2d0c965d14947 [diff] |
integration test updates Change-Id: I1e65cafce5e764ed071c4ffe6cb2e95284bb9b5a
diff --git a/router/templates/router-deployment.yaml b/router/templates/router-deployment.yaml index 0b279f5..464a02e 100644 --- a/router/templates/router-deployment.yaml +++ b/router/templates/router-deployment.yaml
@@ -42,6 +42,8 @@ trap : TERM INT; sleep infinity & wait image: {{ .Values.images.tags.router }} securityContext: + privileged: true + runAsUser: 0 capabilities: add: - NET_ADMIN