Mirrormanager: set the security context in the frontend as well
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
6f003a1dab
commit
d2d34ab68d
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{% from "_macros.yml" import common_volume_mounts, common_volumes, common_env %}
|
{% from "_macros.yml" import common_volume_mounts, common_volumes, common_env, security_context %}
|
||||||
---
|
---
|
||||||
apiVersion: apps.openshift.io/v1
|
apiVersion: apps.openshift.io/v1
|
||||||
kind: DeploymentConfig
|
kind: DeploymentConfig
|
||||||
|
@ -65,6 +65,7 @@ spec:
|
||||||
- name: secrets
|
- name: secrets
|
||||||
secret:
|
secret:
|
||||||
secretName: secrets
|
secretName: secrets
|
||||||
|
{{ security_context() }}
|
||||||
|
|
||||||
triggers:
|
triggers:
|
||||||
- type: ConfigChange
|
- type: ConfigChange
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue