This repository was archived by the owner on Sep 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +38
-3
lines changed
addons/gcp-service-broker-0.1.0/chart/gcp-service-broker Expand file tree Collapse file tree 2 files changed +38
-3
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,23 @@ spec:
119
119
---
120
120
apiVersion : cms.kyma-project.io/v1alpha1
121
121
kind : DocsTopic
122
+ metadata :
123
+ name : 494eb82e-c4ca-4bed-871d-9c3f02f66e01
124
+ labels :
125
+ cms.kyma-project.io/view-context : service-catalog
126
+ chart : " {{ .Chart.Name }}-{{ .Chart.Version }}"
127
+ release : " {{ .Release.Name }}"
128
+ spec :
129
+ displayName : Google Cloud Filestore
130
+ description : Documentation for Google Cloud Filestore.
131
+ sources :
132
+ - type : markdown
133
+ name : documentation
134
+ mode : single
135
+ url : " {{ .Values.brokerDocBasePath }}/google-filestore.md"
136
+ ---
137
+ apiVersion : cms.kyma-project.io/v1alpha1
138
+ kind : DocsTopic
122
139
metadata :
123
140
name : a2b7b873-1e34-4530-8a42-902ff7d66b43
124
141
labels :
@@ -136,6 +153,24 @@ spec:
136
153
---
137
154
apiVersion : cms.kyma-project.io/v1alpha1
138
155
kind : DocsTopic
156
+ metadata :
157
+ name : 3ea92b54-838c-4fe1-b75d-9bda513380aa
158
+ labels :
159
+ cms.kyma-project.io/view-context : service-catalog
160
+ chart : " {{ .Chart.Name }}-{{ .Chart.Version }}"
161
+ release : " {{ .Release.Name }}"
162
+ spec :
163
+ displayName : Google Cloud Memorystore for Redis API
164
+ description : Documentation for Google Cloud Memorystore for Redis API.
165
+ sources :
166
+ - type : markdown
167
+ name : documentation
168
+ mode : single
169
+ url : " {{ .Values.brokerDocBasePath }}/google-memorystore-redis.md"
170
+
171
+ ---
172
+ apiVersion : cms.kyma-project.io/v1alpha1
173
+ kind : DocsTopic
139
174
metadata :
140
175
name : 5ad2dce0-51f7-4ede-8b46-293d6df1e8d4
141
176
labels :
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ replicaCount: 1
16
16
17
17
18
18
# Both the image and doc base path are gathered from
19
- # this commit: https://github.com/GoogleCloudPlatform/gcp-service-broker/commit/388e47b154b884fd0f77cca0b144584a9d25cf76
20
- brokerDocBasePath : https://raw.githubusercontent.com/GoogleCloudPlatform/gcp-service-broker/388e47b154b884fd0f77cca0b144584a9d25cf76 /docs/classes
19
+ # this commit: https://github.com/GoogleCloudPlatform/gcp-service-broker/commit/6f3136488f84b6f416ba4a1cc4da6a535bf07185
20
+ brokerDocBasePath : https://raw.githubusercontent.com/GoogleCloudPlatform/gcp-service-broker/6f3136488f84b6f416ba4a1cc4da6a535bf07185 /docs/classes
21
21
image :
22
22
repository : gcr.io/gcp-service-broker/gcp-service-broker@sha256
23
- tag : 0d9ca38e1d6dfd4c387bb77dd57ac097f0db264e5ff2f5de30a4ebc240d0965a
23
+ tag : e2abfe0883a22c704e9cf4bcc014fdd196dac90bdd351108c8c0ca4667207c22
24
24
pullPolicy : IfNotPresent
25
25
26
26
# Settings for integrating the broker with the Kubernetes Service Catalog.
You can’t perform that action at this time.
0 commit comments