Revert "monitor-gating: mount the volumes in buildconfig"
This reverts commit ce5044c45f2c0eec838107e8be714f1b40d95d42.
This commit is contained in:
parent
9c8032bd2b
commit
e8ab843d8b
1 changed files with 0 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue