Skip to content

Commit 774f006

Browse files
authored
Merge pull request #39623 from Srivaralakshmi/Helm_SBO-Edits
Add links to Helm welcome page and SBO topics with minor edits
2 parents f19e13b + f227179 commit 774f006

5 files changed

+5
-1
lines changed

applications/connecting_applications_to_services/getting-started-with-service-binding.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ include::modules/sbo-connecting-spring-petclinic-sample-app-to-postgresql-databa
3131
* xref:../../applications/connecting_applications_to_services/installing-sbo.adoc#installing-sbo[Installing Service Binding Operator].
3232
* xref:../../applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc#odc-creating-applications-using-developer-perspective[Creating applications using the Developer perspective].
3333
* xref:../../operators/understanding/crds/crd-managing-resources-from-crds.adoc[Managing resources from custom resource definitions].
34+
* link:https://github.com/redhat-developer/service-binding-operator#known-bindable-operators[Known bindable Operators].

applications/connecting_applications_to_services/odc-connecting-an-application-to-a-service-using-the-developer-perspective.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ image::odc_context_operator.png[]
8888

8989
== Additional resources
9090
* xref:../../applications/connecting_applications_to_services/getting-started-with-service-binding.adoc#getting-started-with-service-binding[Getting started with service binding].
91+
* link:https://github.com/redhat-developer/service-binding-operator#known-bindable-operators[Known bindable Operators].

applications/connecting_applications_to_services/projecting-binding-data.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ include::modules/sbo-projecting-the-binding-data.adoc[leveloffset=+1]
1919

2020
== Additional resources
2121
* xref:../../applications/connecting_applications_to_services/exposing-binding-data-from-a-service.adoc#exposing-binding-data-from-a-service[Exposing binding data from a service].
22+
* link:https://redhat-developer.github.io/service-binding-operator/userguide/using-projected-bindings/using-projected-bindings.html[Using the projected binding data in the source code of the application].

modules/sbo-connecting-spring-petclinic-sample-app-to-postgresql-database-service.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ spec:
3131
group: apps
3232
version: v1
3333
resource: deployments
34+
EOD
3435
----
3536
<1> Specifies a list of service resources.
3637
<2> The CR of the database.

welcome/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The `odo` CLI tool lets developers create single or multi-component applications
153153
They use standard Tekton custom resources to automate deployments and are designed for decentralized teams that work on microservice-based architecture.
154154
155155
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
156-
- **Deploy Helm charts**:
156+
- **xref:../applications/working_with_helm_charts/configuring-custom-helm-chart-repositories.html#installing-a-helm-chart-on-an-openshift-cluster_configuring-custom-helm-chart-repositories[Deploy Helm charts]**:
157157
xref:../applications/working_with_helm_charts/understanding-helm.adoc#understanding-helm[Helm] is a software package manager that simplifies deployment of applications and services to OpenShift Container Platform clusters. Helm uses a packaging format called charts. A Helm chart is a collection of files that describes the OpenShift Container Platform resources.
158158

159159
- **xref:../cicd/builds/understanding-image-builds.adoc#understanding-image-builds[Understand image builds]**: Choose from different build strategies (Docker, S2I, custom, and pipeline) that can include different kinds of source materials (from places like Git repositories, local binary inputs, and external artifacts). Then, follow examples of build types from basic builds to advanced builds.

0 commit comments

Comments
 (0)