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
e5be6c98
authored
2022-03-29 13:19:03 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Another permission fix attempt.
1 parent
527b3584
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
k8s-bootstrap.yaml
k8s-bootstrap.yaml
View file @
e5be6c9
...
...
@@ -20,7 +20,6 @@ data:
clone-start-of-day
:
|
#!/bin/sh
set -ex
chmod 600 $HOME/.ssh/config
# FIXME: don't hard-code this.
ls -alR $HOME
git clone git@gitlab.brainfood.com:brainfood/k8s-start-of-day.git /tmp/git-storage/k8s-start-of-day
...
...
@@ -74,6 +73,7 @@ spec:
-
name
:
cluster-ssh
mountPath
:
/tmp/cluster-home/.ssh/config
subPath
:
SSH_CONFIG
mode
:
600
-
name
:
git-storage
mountPath
:
/tmp/git-storage
command
:
[
"
/tmp/k8s-bootstrap-scripts/clone-start-of-day"
]
...
...
Please
register
or
sign in
to post a comment