Skip to content

Commit

Permalink
fix: broken AsciiDoc formatting (#2264)
Browse files Browse the repository at this point in the history
  • Loading branch information
themr0c authored Mar 29, 2022
1 parent ca2e3fb commit 81dfdfc
Show file tree
Hide file tree
Showing 21 changed files with 29 additions and 207 deletions.

This file was deleted.

13 changes: 0 additions & 13 deletions modules/end-user-guide/examples/che-go-configure-goproxy.adoc

This file was deleted.

17 changes: 0 additions & 17 deletions modules/end-user-guide/examples/che-go-use-self-signed-cert.adoc

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions modules/end-user-guide/examples/che-python-configure-pip.adoc

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.Git credentials store
====
[source,yaml]
----
apiVersion: v1
kind: Secret
metadata:
name: git-credentials-secret
labels:
app.kubernetes.io/part-of: che.eclipse.org
app.kubernetes.io/component: workspace-secret
annotations:
che.eclipse.org/automount-workspace-secret: 'true'
che.eclipse.org/mount-path: /home/theia/.git-credentials <1>
che.eclipse.org/mount-as: file <1>
che.eclipse.org/git-credential: 'true'
data:
credentials: aHR0cHM6Ly91c2VyOnBhc3NAZXhhbXBsZS5jb20K <1> <2>
----
<1> All workspace containers have the `/home/theia/.git-credentials/credentials` file. Also, the Git system configuration is linked to the mounted file.
<2> Encode the content with the `base64` tool to avoid collision with special characters in password.
====

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion modules/end-user-guide/pages/configuring-user-secrets.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ This section describes {platforms-name} annotation values used in the process of

Annotations must contain items that help identify the proper mounting configuration. These items are:

include::example${project-context}-ref_annotations-description.adoc[levelofset=+1]
include::example$snip_{project-context}-annotations-description.adoc[leveloffset=+1]
2 changes: 1 addition & 1 deletion modules/end-user-guide/pages/git-credential-store.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ This section describes how to mount Git credentials store as secret from the use
* `app.kubernetes.io/part-of: che.eclipse.org`
* `app.kubernetes.io/component: workspace-secret`:
+
include::example${project-context}-ref_git-credential-file-as-kubernetes-secret-into-the-file.adoc[leveloffset=+1]
include::example$snip_{project-context}-git-credential-file-as-kubernetes-secret-into-the-file.adoc[leveloffset=+1]

2 changes: 1 addition & 1 deletion modules/end-user-guide/pages/secret-as-a-file.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ This section describes how to mount a secret from the user's {orch-namespace} as
* `app.kubernetes.io/part-of: che.eclipse.org`
* `app.kubernetes.io/component: workspace-secret`:
+
include::example${project-context}-ref_a-kubernetes-secret-as-a-file.adoc[levelofset=+1]
include::example$snip_{project-context}-a-kubernetes-secret-as-a-file.adoc[levelofset=+1]
2 changes: 1 addition & 1 deletion modules/end-user-guide/pages/secret-as-a-variable.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ The following section describes how to mount a {platforms-name} secret from the
* `app.kubernetes.io/part-of: che.eclipse.org`
* `app.kubernetes.io/component: workspace-secret`:
+
include::example${project-context}-ref_a-kubernetes-secret-as-an-variable.adoc[levelofset=+1]
include::example$snip_{project-context}-a-kubernetes-secret-as-an-variable.adoc[levelofset=+1]

0 comments on commit 81dfdfc

Please sign in to comment.