| // This file should contain imports for all jsonnets in hscloud |
| // It is not meant to be used to apply changes globally, but to check validity of all jsonnet files |
| // NOTE: You need secretstore access to evaluate this file |
| { |
| app: import 'app/everything.jsonnet', |
| bgpwtf: import 'bgpwtf/everything.jsonnet', |
| cluster: import 'cluster/everything.jsonnet', |
| devtools: import 'devtools/everything.jsonnet', |
| games: import 'games/everything.jsonnet', |
| hswaw: import 'hswaw/everything.jsonnet', |
| ops: import 'ops/everything.jsonnet', |
| personal: import 'personal/everything.jsonnet', |
| } |