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
|
||||
kind: DeploymentConfig
|
||||
|
@ -65,6 +65,7 @@ spec:
|
|||
- name: secrets
|
||||
secret:
|
||||
secretName: secrets
|
||||
{{ security_context() }}
|
||||
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue