Add label to mariadb pod definition

Change-Id: I2ea139bcdb57625b789ab96f32757bd9bab48312
This commit is contained in:
Artur Zarzycki 2016-05-18 20:30:42 +02:00
parent 7037b8ad52
commit aa767a0fbe
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ apiVersion: v1
kind: Pod
metadata:
name: mariadb
labels:
app: mariadb
spec:
containers:
- name: mariadb