Remove default service token from all pod spec

Change-Id: I3c182806245056bfc87c8737a7ffbf611614b2af
This commit is contained in:
okozachenko 2020-07-24 16:50:20 +03:00
parent 65df8ffac6
commit 809caecd82
13 changed files with 13 additions and 0 deletions

View File

@ -32,6 +32,7 @@ spec:
labels:
{{ labels("ceilometer", "ceilometer") | indent(8) }}
spec:
automountServiceAccountToken: false
containers:
- name: agent
image: vexxhost/ceilometer-agent-notification:latest

View File

@ -33,6 +33,7 @@ spec:
labels:
{{ labels("chronyd", "chronyd") | indent(8) }}
spec:
automountServiceAccountToken: false
containers:
- name: main
image: vexxhost/chronyd:latest

View File

@ -35,6 +35,7 @@ spec:
annotations:
checksum/config: "{{ config_hash }}"
spec:
automountServiceAccountToken: false
initContainers:
- name: db-sync
image: vexxhost/glance-api:latest

View File

@ -26,6 +26,7 @@ spec:
spec:
template:
spec:
automountServiceAccountToken: false
containers:
- name: service-clean
image: vexxhost/heat-engine:latest

View File

@ -41,6 +41,7 @@ spec:
annotations:
checksum/config: "{{ config_hash }}"
spec:
automountServiceAccountToken: false
{% if 'engine' in component %}
terminationGracePeriodSeconds: 300
initContainers:

View File

@ -35,6 +35,7 @@ spec:
annotations:
checksum/config: "{{ config_hash }}"
spec:
automountServiceAccountToken: false
containers:
- name: horizon
image: vexxhost/horizon:latest

View File

@ -35,6 +35,7 @@ spec:
annotations:
checksum/config: "{{ config_hash }}"
spec:
automountServiceAccountToken: false
initContainers:
- name: db-sync
image: vexxhost/keystone:latest

View File

@ -29,6 +29,7 @@ spec:
labels:
{{ labels("libvirtd-exporter", "libvirtd-exporter") | indent(8) }}
spec:
automountServiceAccountToken: false
containers:
- name: main
image: vexxhost/libvirtd-exporter:latest

View File

@ -35,6 +35,7 @@ spec:
annotations:
checksum/config: "{{ config_hash }}"
spec:
automountServiceAccountToken: false
{% if 'conductor' in component %}
initContainers:
- name: db-sync

View File

@ -29,6 +29,7 @@ spec:
labels:
{{ labels("mcrouter", name) | indent(8) }}
spec:
automountServiceAccountToken: false
containers:
- name: mcrouter
image: vexxhost/mcrouter:latest

View File

@ -29,6 +29,7 @@ spec:
labels:
{{ labels("memcached", name) | indent(8) }}
spec:
automountServiceAccountToken: false
containers:
- name: memcached
image: vexxhost/memcached:latest

View File

@ -30,6 +30,7 @@ spec:
labels:
{{ labels("memcached", name) | indent(8) }}
spec:
automountServiceAccountToken: false
containers:
- name: memcached
image: vexxhost/memcached:latest

View File

@ -29,6 +29,7 @@ spec:
labels:
{{ labels("rabbitmq", name) | indent(8) }}
spec:
automountServiceAccountToken: false
containers:
- name: rabbitmq
env: