[inactive-gitlab-users] Missing quotes



commit 5463a3f3800b304075d1d8608afa074397b75e8f
Author: Andrea Veri <averi redhat com>
Date:   Tue Sep 3 18:51:22 2019 +0200

    Missing quotes

 resources/inactive-gitlab-users-cron.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/resources/inactive-gitlab-users-cron.yaml b/resources/inactive-gitlab-users-cron.yaml
index 21e5748..aa00f5e 100644
--- a/resources/inactive-gitlab-users-cron.yaml
+++ b/resources/inactive-gitlab-users-cron.yaml
@@ -21,11 +21,10 @@ spec:
                   secretKeyRef:
                     name: gitlab-token
                     key: GITLAB_TOKEN
-                value: "GNOME Sysadmins"
               - name: TIMEDELTA_UNIT
                 value: "days"
               - name: TIMEDELTA_VALUE
-                value: 7
+                value: "7"
           dnsPolicy: ClusterFirst
           restartPolicy: Never
           terminationGracePeriodSeconds: 30


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