16 lines
473 B
YAML
16 lines
473 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: git-ssh-key
|
|
annotations:
|
|
controller.devfile.io/mount-as: subpath
|
|
controller.devfile.io/mount-path: /etc/ssh/
|
|
labels:
|
|
controller.devfile.io/mount-to-devworkspace: "true"
|
|
controller.devfile.io/watch-secret: "true"
|
|
type: Opaque
|
|
data:
|
|
dwo_ssh_key: ssh_private_key
|
|
dwo_ssh_key.pub: ssh_public_key
|
|
ssh_config: aG9zdCAqCiAgSWRlbnRpdHlGaWxlIC9ldGMvc3NoL2R3b19zc2hfa2V5CiAgU3RyaWN0SG9zdEtleUNoZWNraW5nID0gbm8K
|