Skip to content

Commit

Permalink
Merge pull request #65 from kloudlite/features/design
Browse files Browse the repository at this point in the history
Features/design
  • Loading branch information
tulsiojha authored Jan 8, 2024
2 parents 49d4c09 + 5fabece commit a2b0e61
Show file tree
Hide file tree
Showing 189 changed files with 10,417 additions and 7,761 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ARTIFACTHUB_KEY_ID='600c2c01-4e2b-4dff-b7b8-52d00d2887ec'
ARTIFACTHUB_KEY_SECRET='p91ZSElMqQP+C+Zvmqhz7HXFg0C6m+qzolOsRMwpMBY='
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tasks:
case $(whoami) in
"bikash")
URL_SUFFIX=""
URL_SUFFIX="-bikash"
;;
"vision")
Expand Down
3 changes: 2 additions & 1 deletion fake-data-generator/gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ const types: string[] = [
'ConsoleListAppsQuery',
'ConsoleListConfigsQuery',
'ConsoleListSecretsQuery',
'ConsoleListManagedServicesQuery',
'ConsoleListClusterMSvsQuery',
'ConsoleListManagedResourceQuery',
'ConsoleListHelmChartQuery',
];

async function fake(files: string[], types: string[] = []) {
Expand Down
Loading

0 comments on commit a2b0e61

Please sign in to comment.