You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update docs on PAT secrets to be current with functionality
Update documentation on using personal access tokens with DevWorkspaces
to reflect recent changes (e.g. that mount-path is ignored and
/.git-credentials is used instead now).
Signed-off-by: Angel Misevski <[email protected]>
Copy file name to clipboardExpand all lines: docs/additional-configuration.adoc
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,17 +137,16 @@ Labelling secrets with `controller.devfile.io/devworkspace_pullsecret: true` mar
137
137
Note: As for automatically mounting secrets, it is necessary to apply the `controller.devfile.io/watch-secret` label to image pull secrets
138
138
139
139
## Adding git credentials to a workspace
140
-
Labelling secrets with `controller.devfile.io/git-credential` marks the secret as containing git credentials. All git credential secrets will be merged into a single secret (leaving the original resources in-tact). See https://git-scm.com/docs/git-credential-store#_storage_format[git documentation] for details on the file format for this configuration. For example
140
+
Labelling secrets with `controller.devfile.io/git-credential` marks the secret as containing git credentials. All git credential secrets will be merged into a single secret (leaving the original resources intact). The merged credentials secret is mounted to `/.git-credentials/credentials`. See https://git-scm.com/docs/git-credential-store#_storage_format[git documentation] for details on the file format for this configuration. For example
0 commit comments