Remove extra spacing; correctly specify db-sync dependencies and

container name.
This commit is contained in:
Alan Meadows 2016-11-28 10:51:20 -08:00
parent 9d26ecec33
commit d01ba4526c
2 changed files with 2 additions and 3 deletions

View File

@ -21,7 +21,7 @@ spec:
},
{
"name": "DEPENDENCY_JOBS",
"value": "mariadb-seed,keystone-db-sync"
"value": "mariadb-seed,keystone-init"
},
{
"name": "COMMAND",
@ -33,7 +33,7 @@ spec:
spec:
restartPolicy: OnFailure
containers:
- name: keystone-init
- name: keystone-db-sync
image: {{ .Values.images.db_sync }}
imagePullPolicy: Always
command:

View File

@ -20,6 +20,5 @@ network:
public: '5672'
management: '15672'
images:
rabbitmq: "rabbitmq:3-management"