From d4bfa8b132876a53c4fcadba852cb21d996a5619 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 23 Aug 2018 23:17:01 +0000 Subject: [PATCH] Remove dummy koschei configmap --- playbooks/openshift-apps/koschei.yml | 4 ---- roles/openshift-apps/koschei/templates/configmap.yml | 8 -------- .../koschei/templates/deploymentconfig.yml | 10 ++-------- 3 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 roles/openshift-apps/koschei/templates/configmap.yml diff --git a/playbooks/openshift-apps/koschei.yml b/playbooks/openshift-apps/koschei.yml index 730f0b7f5d..397ca6c202 100644 --- a/playbooks/openshift-apps/koschei.yml +++ b/playbooks/openshift-apps/koschei.yml @@ -21,10 +21,6 @@ app: koschei template: buildconfig.yml objectname: buildconfig.yml - - role: openshift/object - app: koschei - template: configmap.yml - objectname: configmap.yml - role: openshift/object app: koschei template: service.yml diff --git a/roles/openshift-apps/koschei/templates/configmap.yml b/roles/openshift-apps/koschei/templates/configmap.yml deleted file mode 100644 index 9dbea01916..0000000000 --- a/roles/openshift-apps/koschei/templates/configmap.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -apiVersion: v1 -kind: ConfigMap -metadata: - name: koschei-configmap - labels: - app: koschei -data: {} diff --git a/roles/openshift-apps/koschei/templates/deploymentconfig.yml b/roles/openshift-apps/koschei/templates/deploymentconfig.yml index bc1e6924d3..4436629fb1 100644 --- a/roles/openshift-apps/koschei/templates/deploymentconfig.yml +++ b/roles/openshift-apps/koschei/templates/deploymentconfig.yml @@ -36,10 +36,7 @@ items: ports: - containerPort: 80 resources: {} - volumeMounts: - - name: config-volume - mountPath: /dummy - readOnly: true + volumeMounts: {} readinessProbe: timeoutSeconds: 10 initialDelaySeconds: 5 @@ -52,10 +49,7 @@ items: httpGet: path: / port: 80 - volumes: - - name: config-volume - configMap: - name: koschei-configmap + volumes: {} triggers: {} kind: List metadata: {}