Mirrormanager: set the security context in the frontend as well

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-07-09 11:43:53 +02:00
parent 6f003a1dab
commit d2d34ab68d
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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