Skip to content

Commit

Permalink
Update enabling-npm-artifact-repositories.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
deerskindoll authored Oct 20, 2023
1 parent 47b596b commit ec882e5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ apiVersion: v1
metadata:
name: tls-cer
annotations:
controller.devfile.io/mount-path: /public-certs/nexus.cer
controller.devfile.io/mount-path: /public-certs
controller.devfile.io/mount-as: file
labels:
controller.devfile.io/mount-to-devworkspace: 'true'
controller.devfile.io/watch-secret: 'true'
data:
tls.cer: >-
__<Base64_encoded_content_of_public_cert>__ <1>
nexus.cer: >-
<Base64_encoded_content_of_public_cert>
----
<1> Base64 encoding with disabled line wrapping.

Expand Down

0 comments on commit ec882e5

Please sign in to comment.