Skip to content

Commit

Permalink
Merge pull request #435 from smolin/patch-1
Browse files Browse the repository at this point in the history
add labels and annotations to example of ssh private key configuration
  • Loading branch information
tomaszsek authored Jul 13, 2020
2 parents d4404ff + e1c61fe commit 96522e3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ apiVersion: v1
kind: Secret
metadata:
name: k8s-ssh
labels:
"jenkins.io/credentials-type": "basicSSHUserPrivateKey"
annotations:
"jenkins.io/credentials-description" : "ssh github.com:jenkinsci/kubernetes-operator"
stringData:
privateKey: |
-----BEGIN RSA PRIVATE KEY-----
Expand Down

0 comments on commit 96522e3

Please sign in to comment.