Skip to content

Commit e60d919

Browse files
committed
Update projects
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 39875ea commit e60d919

File tree

2 files changed

+8
-22
lines changed

2 files changed

+8
-22
lines changed

data/vanity.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
host: go.virtual-secrets.dev
22
paths:
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:

hack/scripts/create-gh-repos.sh

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,13 @@
11
#!/bin/bash
22

33
projects=( \
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

2610
for 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
2913
done

0 commit comments

Comments
 (0)