Skip to content

Commit

Permalink
Merge pull request ManageIQ#219 from carbonin/remove_extra_miq_names
Browse files Browse the repository at this point in the history
Remove names with miq or manageiq related to the ansible deployment
  • Loading branch information
fbladilo authored Sep 14, 2017
2 parents 3a4e140 + d078ffb commit 0034b2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/miq-template-ext-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ objects:
- apiVersion: v1
kind: DeploymentConfig
metadata:
name: "${NAME}-${ANSIBLE_SERVICE_NAME}"
name: "${ANSIBLE_SERVICE_NAME}"
annotations:
description: Defines how to deploy the Ansible appliance
spec:
Expand All @@ -373,7 +373,7 @@ objects:
name: "${ANSIBLE_SERVICE_NAME}"
spec:
containers:
- name: miq-ansible
- name: ansible
image: "${ANSIBLE_IMG_NAME}:${ANSIBLE_IMG_TAG}"
livenessProbe:
tcpSocket:
Expand Down
4 changes: 2 additions & 2 deletions templates/miq-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ objects:
- apiVersion: v1
kind: DeploymentConfig
metadata:
name: "${NAME}-${ANSIBLE_SERVICE_NAME}"
name: "${ANSIBLE_SERVICE_NAME}"
annotations:
description: Defines how to deploy the Ansible appliance
spec:
Expand All @@ -550,7 +550,7 @@ objects:
name: "${ANSIBLE_SERVICE_NAME}"
spec:
containers:
- name: miq-ansible
- name: ansible
image: "${ANSIBLE_IMG_NAME}:${ANSIBLE_IMG_TAG}"
livenessProbe:
tcpSocket:
Expand Down

0 comments on commit 0034b2c

Please sign in to comment.