fix: clone r10k config to /tmp/r10k-config instead of /shared #76
@@ -44,9 +44,9 @@ spec:
|
||||
- |
|
||||
set -e
|
||||
echo "Cloning r10k config repository..."
|
||||
git clone https://git.unkin.net/unkin/puppet-r10k.git /shared
|
||||
git clone https://git.unkin.net/unkin/puppet-r10k.git /tmp/r10k-config
|
||||
echo "Running g10k..."
|
||||
/usr/bin/g10k -config /shared/r10k.yaml
|
||||
/usr/bin/g10k -config /tmp/r10k-config/r10k.yaml
|
||||
envFrom: null
|
||||
env: []
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user