Revert "monitor-gating: mount the volumes in buildconfig"

This reverts commit ce5044c45f2c0eec838107e8be714f1b40d95d42.
This commit is contained in:
Pierre-Yves Chibon 2020-02-11 16:41:13 +01:00
parent 9c8032bd2b
commit e8ab843d8b

View file

@ -16,31 +16,6 @@ spec:
{% endif %}
strategy:
type: Docker
template:
metadata:
labels:
app: monitor-gating
deploymentconfig: monitor-gating
spec:
containers:
- name: monitor-gating
image: monitor-gating:latest
resources: {}
volumeMounts:
- name: monitor-gating-secret-volume
mountPath: /config/
readOnly: true
- name: monitor-gating-ssh-volume
mountPath: /root/.ssh/
readOnly: true
volumes:
- name: monitor-gating-secret-volume
secret:
secretName: monitor-gating-secret
- name: monitor-gating-ssh-volume
secret:
secretName: monitor-gating-ssh
triggers:
- type: ConfigChange
- type: ImageChange