this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: split secrets to a separate target

+7 -6
+7 -6
Makefile
··· 11 11 infra: 12 12 cd infra/${env} && terragrunt apply --all 13 13 14 - bootstrap: platform 15 - # TODO needs to wait for namespaces e.g. vault 16 - toolbox secrets \ 17 - --settings settings.yaml \ 18 - --hosts-file infra/_modules/nixos/hosts.json \ 19 - --host kube-1 14 + bootstrap: platform secrets 20 15 21 16 platform: 22 17 toolbox gitops \ 23 18 --path platform/${env} \ 19 + --hosts-file infra/_modules/nixos/hosts.json \ 20 + --host kube-1 21 + 22 + secrets: 23 + toolbox secrets \ 24 + --settings settings.yaml \ 24 25 --hosts-file infra/_modules/nixos/hosts.json \ 25 26 --host kube-1 26 27