From d5aca1666c459d4e74608839a5ed23837ea5c991 Mon Sep 17 00:00:00 2001
From: fibonacci1729 <brian@deis.com>
Date: Tue, 9 Aug 2016 13:48:35 -0600
Subject: [PATCH] configmaps: style fix

---
 pkg/storage/driver/cfgmaps.go | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pkg/storage/driver/cfgmaps.go b/pkg/storage/driver/cfgmaps.go
index 6b188b2dc..0925ebc26 100644
--- a/pkg/storage/driver/cfgmaps.go
+++ b/pkg/storage/driver/cfgmaps.go
@@ -180,8 +180,9 @@ func (cfgmaps *ConfigMaps) Delete(key string) (rls *rspb.Release, err error) {
 // The following labels are used within each configmap:
 //
 //    "MODIFIED_AT"    - timestamp indicating when this configmap was last modified. (set in Update)
-//    "CREATED_AT"     - timestamp indicating when this configmap was created. 	   (set in Create)
+//    "CREATED_AT"     - timestamp indicating when this configmap was created. (set in Create)
 //    "VERSION"        - version of the release.
+//    "STATUS"         - status of the release (see proto/hapi/release.status.pb.go for variants)
 //    "OWNER"          - owner of the configmap, currently "TILLER".
 //    "NAME"           - name of the release.
 //
-- 
GitLab