Skip to content
This repository was archived by the owner on Sep 15, 2022. It is now read-only.

Commit cf10cc4

Browse files
authored
Update the GCP Broker addon with new classes docs (#123)
1 parent 5c5b9fc commit cf10cc4

File tree

2 files changed

+38
-3
lines changed

2 files changed

+38
-3
lines changed

addons/gcp-service-broker-0.1.0/chart/gcp-service-broker/templates/docu/docs.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,23 @@ spec:
119119
---
120120
apiVersion: cms.kyma-project.io/v1alpha1
121121
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
122139
metadata:
123140
name: a2b7b873-1e34-4530-8a42-902ff7d66b43
124141
labels:
@@ -136,6 +153,24 @@ spec:
136153
---
137154
apiVersion: cms.kyma-project.io/v1alpha1
138155
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
139174
metadata:
140175
name: 5ad2dce0-51f7-4ede-8b46-293d6df1e8d4
141176
labels:

addons/gcp-service-broker-0.1.0/chart/gcp-service-broker/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ replicaCount: 1
1616

1717

1818
# 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
2121
image:
2222
repository: gcr.io/gcp-service-broker/gcp-service-broker@sha256
23-
tag: 0d9ca38e1d6dfd4c387bb77dd57ac097f0db264e5ff2f5de30a4ebc240d0965a
23+
tag: e2abfe0883a22c704e9cf4bcc014fdd196dac90bdd351108c8c0ca4667207c22
2424
pullPolicy: IfNotPresent
2525

2626
# Settings for integrating the broker with the Kubernetes Service Catalog.

0 commit comments

Comments
 (0)