message-tagging-services: try some env var names to set user name
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
parent
c0a7d32379
commit
69164ae6d9
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ spec:
|
|||
containers:
|
||||
- name: mts
|
||||
image: quay.io/factory2/message-tagging-service:{{ quay_tag }}
|
||||
env:
|
||||
- name: USERNAME
|
||||
value: mts
|
||||
- name: LOGNAME
|
||||
value: mts
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
volumeMounts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue