Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k8s-bootstrap
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5aa3a85d
authored
2022-03-29 14:27:15 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
The mount path for the id needs to be correct.
1 parent
5193e90b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
k8s-bootstrap.yaml
k8s-bootstrap.yaml
View file @
5aa3a85
...
...
@@ -86,8 +86,8 @@ spec:
-
name
:
cluster-ssh
mountPath
:
/tmp/cluster-home/.ssh
-
name
:
k8s-bootstrap-ssh-auth
mountPath
:
/tmp/cluster-home/.ssh/id
subPath
:
id
mountPath
:
/tmp/cluster-home/.ssh/id
_rsa
subPath
:
id
_rsa
-
name
:
k8s-bootstrap-ssh-config
mountPath
:
/tmp/cluster-home/.ssh/config
subPath
:
config
...
...
Please
register
or
sign in
to post a comment