[damned-lies/oscp] Missing name var



commit 95872b44c3035c6169613c3e51df561db60b4d3a
Author: Andrea Veri <averi redhat com>
Date:   Wed Sep 11 14:17:10 2019 +0200

    Missing name var

 templates/oscp.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/templates/oscp.yaml b/templates/oscp.yaml
index 6aac8fb5..13bdde91 100644
--- a/templates/oscp.yaml
+++ b/templates/oscp.yaml
@@ -78,7 +78,8 @@ objects:
   metadata:
     generation: 2
     labels:
-      name: damnedlies
+      build: "${IS_NAME}"
+    name: "${IS_NAME}"
   spec:
     lookupPolicy:
       local: false


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]