File tree Expand file tree Collapse file tree 2 files changed +8
-22
lines changed
Expand file tree Collapse file tree 2 files changed +8
-22
lines changed Original file line number Diff line number Diff line change 11host : go.virtual-secrets.dev
22paths :
3- /api :
4- repo : https://github.com/virtual-secrets/api
3+ /apimachinery :
4+ repo : https://github.com/virtual-secrets/apimachinery
5+ /csi-provider :
6+ repo : https://github.com/virtual-secrets/csi-provider
57 /installer :
68 repo : https://github.com/virtual-secrets/installer
79 /operator :
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33projects=( \
4- appscode \
5- bytebuilders \
6- gomodules \
7- kmodules \
8- kubedb \
9- kubeform \
10- kubeguard \
11- kubeops \
12- kubepack \
13- kubeshield \
14- kubevault \
15- open-viz \
16- pharmer \
17- searchlight \
18- stashed \
19- voyagermesh \
20- wandrs \
4+ virtual-secrets \
215)
226
23- gsa=$( cat /personal/ AppsCode/credentials/govanityurls@ appscode-govanityurls.json)
24- gh secret set FIREBASE_SERVICE_ACCOUNT_APPSCODE_GOVANIURLS -b" ${gsa} " -R appscodelabs/govanityurls
7+ gsa=$( cat /Users/tamal/ AppsCode/credentials/appscode-govanityurls.json)
8+ # gh secret set FIREBASE_SERVICE_ACCOUNT_APPSCODE_GOVANIURLS -b"${gsa}" -R appscodelabs/govanityurls
259
2610for p in " ${projects[@]} " ; do
27- gh repo create -y --public --template=appscodelabs/govanityurls $p /govanityurls
11+ # gh repo create -y --public --template=appscodelabs/govanityurls $p/govanityurls
2812 gh secret set FIREBASE_SERVICE_ACCOUNT_APPSCODE_GOVANIURLS -b" ${gsa} " -R $p /govanityurls
2913done
You can’t perform that action at this time.
0 commit comments