Koschei: Set SUDO_USER env variable
This commit is contained in:
parent
48c03acd60
commit
9ad9f13a55
2 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,8 @@ spec:
|
||||||
image: docker-registry.default.svc:5000/koschei/koschei:latest
|
image: docker-registry.default.svc:5000/koschei/koschei:latest
|
||||||
command: ["/usr/bin/sleep", "infinity"]
|
command: ["/usr/bin/sleep", "infinity"]
|
||||||
env:
|
env:
|
||||||
|
- name: SUDO_USER
|
||||||
|
value: admin
|
||||||
- name: KRB5_CONFIG
|
- name: KRB5_CONFIG
|
||||||
value: /etc/koschei/krb5.conf
|
value: /etc/koschei/krb5.conf
|
||||||
- name: KRB5_CLIENT_KTNAME
|
- name: KRB5_CLIENT_KTNAME
|
||||||
|
|
|
@ -21,6 +21,8 @@ spec:
|
||||||
image: docker-registry.default.svc:5000/koschei/koschei:latest
|
image: docker-registry.default.svc:5000/koschei/koschei:latest
|
||||||
command: [/usr/bin/koschei-{{service}}]
|
command: [/usr/bin/koschei-{{service}}]
|
||||||
env:
|
env:
|
||||||
|
- name: SUDO_USER
|
||||||
|
value: admin
|
||||||
- name: KRB5_CONFIG
|
- name: KRB5_CONFIG
|
||||||
value: /etc/koschei/krb5.conf
|
value: /etc/koschei/krb5.conf
|
||||||
- name: KRB5_CLIENT_KTNAME
|
- name: KRB5_CLIENT_KTNAME
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue