From cc049fdf32a078cfd2e7dc8d76d456f7927c1ec0 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Tue, 15 Dec 2015 13:46:48 -0700 Subject: [PATCH] fix(ubuntu-debootstrap): set correct name Also add app label. --- ubuntu-debootstrap/manifests/ubuntu-pod.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ubuntu-debootstrap/manifests/ubuntu-pod.yaml b/ubuntu-debootstrap/manifests/ubuntu-pod.yaml index 6cf5d08ce9..ca2a7c7a50 100644 --- a/ubuntu-debootstrap/manifests/ubuntu-pod.yaml +++ b/ubuntu-debootstrap/manifests/ubuntu-pod.yaml @@ -1,8 +1,9 @@ apiVersion: v1 kind: Pod metadata: - name: ubuntu + name: ubuntu-debootstrap labels: + app: ubuntu-debootstrap heritage: helm spec: restartPolicy: Never