We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fca573 commit 4879c54Copy full SHA for 4879c54
1 file changed
hack/soft-serve/start.sh
@@ -44,6 +44,8 @@ git clone ssh://localhost:23231/gitops-test.git $BASE/hack/soft-serve/gitops-tes
44
mkdir -p $BASE/hack/soft-serve/gitops-test/applications/dev/service-test
45
cp $BASE/hack/soft-serve/fixtures/values.yaml $BASE/hack/soft-serve/gitops-test/applications/dev/service-test/values.yaml
46
cd $BASE/hack/soft-serve/gitops-test
47
+git config user.name "Soft-Serve"
48
+git config user.email "soft-serve@localhost"
49
git checkout -b main
50
git add .
51
git commit -m "feat: add service-test application"
0 commit comments