From aee5d45255b63c7858d511cdeba9614e45775bf5 Mon Sep 17 00:00:00 2001
From: William Leese <wleese@bol.com>
Date: Thu, 26 Jul 2018 09:45:17 +0200
Subject: [PATCH] pull in dep changes

Change-Id: I589eb7b007f9ac035936c95eaa818497607038bc
---
 jsonnetfile.lock.json                            |  2 +-
 ...ator-0prometheusCustomResourceDefinition.yaml | 16 ----------------
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/jsonnetfile.lock.json b/jsonnetfile.lock.json
index 63308503..8a0a5654 100644
--- a/jsonnetfile.lock.json
+++ b/jsonnetfile.lock.json
@@ -8,7 +8,7 @@
                     "subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus"
                 }
             },
-            "version": "8047c9460b1aec00cece57b7dd523b8f5f0deb58"
+            "version": "2af790e886cf0f1f8f739618947d43722952d07c"
         }
     ]
 }
\ No newline at end of file
diff --git a/manifests/0prometheus-operator-0prometheusCustomResourceDefinition.yaml b/manifests/0prometheus-operator-0prometheusCustomResourceDefinition.yaml
index 2498fe59..140deffa 100644
--- a/manifests/0prometheus-operator-0prometheusCustomResourceDefinition.yaml
+++ b/manifests/0prometheus-operator-0prometheusCustomResourceDefinition.yaml
@@ -2858,22 +2858,6 @@ spec:
                       description: Google Cloud Storage bucket name for stored blocks.
                         If empty it won't store any block inside Google Cloud Storage.
                       type: string
-                    credentials:
-                      description: SecretKeySelector selects a key of a Secret.
-                      properties:
-                        key:
-                          description: The key of the secret to select from.  Must
-                            be a valid secret key.
-                          type: string
-                        name:
-                          description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
-                          type: string
-                        optional:
-                          description: Specify whether the Secret or it's key must
-                            be defined
-                          type: boolean
-                      required:
-                      - key
                 peers:
                   description: Peers is a DNS name for Thanos to discover peers through.
                   type: string
-- 
GitLab