From e8ab843d8bc133e767a0676525187ca844797715 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 11 Feb 2020 16:41:13 +0100 Subject: [PATCH] Revert "monitor-gating: mount the volumes in buildconfig" This reverts commit ce5044c45f2c0eec838107e8be714f1b40d95d42. --- .../monitor-gating/templates/buildconfig.yml | 25 ------------------- 1 file changed, 25 deletions(-) diff --git a/roles/openshift-apps/monitor-gating/templates/buildconfig.yml b/roles/openshift-apps/monitor-gating/templates/buildconfig.yml index 9364a367b5..3561037305 100644 --- a/roles/openshift-apps/monitor-gating/templates/buildconfig.yml +++ b/roles/openshift-apps/monitor-gating/templates/buildconfig.yml @@ -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