Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed git clone for sample app creation #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ data:
{{- end }}
then
echo \"Spinnaker and OES is Installed and ready\"
mkdir -p /tmp/config/git/
git -c {{ .Values.gitopsHalyard.repo.configArgs }} clone https://github.com/OpsMx/sample-pipelines.git /tmp/config/git/
cd /tmp/config/git
cp -r /tmp/sample/. /tmp/config/git
cp -p /tmp/config/spin/config .
sed 's/$/ --config config/' create-app.sh >create-app1.sh
bash -xe create-app1.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- bash
- /tmp/config/spin-pipeline-import.sh
name: sample-pipeline-install
image: {{ .Values.global.customImages.registry }}/spin-sample-pipeline:1.0
image: {{ .Values.global.customImages.registry }}/spin-pipeline-samples:v1
volumeMounts:
- name: spin-pipeline-config
mountPath: /tmp/config/git
Expand Down