Remove default service token from all pod spec
Change-Id: I3c182806245056bfc87c8737a7ffbf611614b2af
This commit is contained in:
parent
65df8ffac6
commit
809caecd82
@ -32,6 +32,7 @@ spec:
|
||||
labels:
|
||||
{{ labels("ceilometer", "ceilometer") | indent(8) }}
|
||||
spec:
|
||||
automountServiceAccountToken: false
|
||||
containers:
|
||||
- name: agent
|
||||
image: vexxhost/ceilometer-agent-notification:latest
|
||||
|
@ -33,6 +33,7 @@ spec:
|
||||
labels:
|
||||
{{ labels("chronyd", "chronyd") | indent(8) }}
|
||||
spec:
|
||||
automountServiceAccountToken: false
|
||||
containers:
|
||||
- name: main
|
||||
image: vexxhost/chronyd:latest
|
||||
|
@ -35,6 +35,7 @@ spec:
|
||||
annotations:
|
||||
checksum/config: "{{ config_hash }}"
|
||||
spec:
|
||||
automountServiceAccountToken: false
|
||||
initContainers:
|
||||
- name: db-sync
|
||||
image: vexxhost/glance-api:latest
|
||||
|
@ -26,6 +26,7 @@ spec:
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
automountServiceAccountToken: false
|
||||
containers:
|
||||
- name: service-clean
|
||||
image: vexxhost/heat-engine:latest
|
||||
|
@ -41,6 +41,7 @@ spec:
|
||||
annotations:
|
||||
checksum/config: "{{ config_hash }}"
|
||||
spec:
|
||||
automountServiceAccountToken: false
|
||||
{% if 'engine' in component %}
|
||||
terminationGracePeriodSeconds: 300
|
||||
initContainers:
|
||||
|
@ -35,6 +35,7 @@ spec:
|
||||
annotations:
|
||||
checksum/config: "{{ config_hash }}"
|
||||
spec:
|
||||
automountServiceAccountToken: false
|
||||
containers:
|
||||
- name: horizon
|
||||
image: vexxhost/horizon:latest
|
||||
|
@ -35,6 +35,7 @@ spec:
|
||||
annotations:
|
||||
checksum/config: "{{ config_hash }}"
|
||||
spec:
|
||||
automountServiceAccountToken: false
|
||||
initContainers:
|
||||
- name: db-sync
|
||||
image: vexxhost/keystone:latest
|
||||
|
@ -29,6 +29,7 @@ spec:
|
||||
labels:
|
||||
{{ labels("libvirtd-exporter", "libvirtd-exporter") | indent(8) }}
|
||||
spec:
|
||||
automountServiceAccountToken: false
|
||||
containers:
|
||||
- name: main
|
||||
image: vexxhost/libvirtd-exporter:latest
|
||||
|
@ -35,6 +35,7 @@ spec:
|
||||
annotations:
|
||||
checksum/config: "{{ config_hash }}"
|
||||
spec:
|
||||
automountServiceAccountToken: false
|
||||
{% if 'conductor' in component %}
|
||||
initContainers:
|
||||
- name: db-sync
|
||||
|
@ -29,6 +29,7 @@ spec:
|
||||
labels:
|
||||
{{ labels("mcrouter", name) | indent(8) }}
|
||||
spec:
|
||||
automountServiceAccountToken: false
|
||||
containers:
|
||||
- name: mcrouter
|
||||
image: vexxhost/mcrouter:latest
|
||||
|
@ -29,6 +29,7 @@ spec:
|
||||
labels:
|
||||
{{ labels("memcached", name) | indent(8) }}
|
||||
spec:
|
||||
automountServiceAccountToken: false
|
||||
containers:
|
||||
- name: memcached
|
||||
image: vexxhost/memcached:latest
|
||||
|
@ -30,6 +30,7 @@ spec:
|
||||
labels:
|
||||
{{ labels("memcached", name) | indent(8) }}
|
||||
spec:
|
||||
automountServiceAccountToken: false
|
||||
containers:
|
||||
- name: memcached
|
||||
image: vexxhost/memcached:latest
|
||||
|
@ -29,6 +29,7 @@ spec:
|
||||
labels:
|
||||
{{ labels("rabbitmq", name) | indent(8) }}
|
||||
spec:
|
||||
automountServiceAccountToken: false
|
||||
containers:
|
||||
- name: rabbitmq
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user