dch-webhooks: Enable test hosts in provisioner
By default, the _pyrocufflink_ Ansible inventory plugin ignores VMs whose names begin with `test-`. This prevents Jenkins from failing to apply policy to machines that it should not be managing. The host provisioner job, though, should apply policy to those machines, so we need to disable that filter.pull/46/head
parent
33da018988
commit
8f5129cbef
|
@ -67,6 +67,8 @@ spec:
|
||||||
value: /run/secrets/host-provisioner/rabbitmq/tls.key
|
value: /run/secrets/host-provisioner/rabbitmq/tls.key
|
||||||
- name: AMQP_EXTERNAL_CREDENTIALS
|
- name: AMQP_EXTERNAL_CREDENTIALS
|
||||||
value: '1'
|
value: '1'
|
||||||
|
- name: PYROCUFFLINK_EXCLUDE_TEST
|
||||||
|
value: 'false'
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
Loading…
Reference in New Issue