Trust flux's ssh key in the yaml git repo.

This commit is contained in:
Tom Alexander
2025-12-21 23:26:15 -05:00
parent 063fcdbbab
commit 2997fd43ea
2 changed files with 36 additions and 0 deletions

View File

@@ -39,6 +39,9 @@ let
++ (lib.attrsets.mapAttrsToList (
secret_name: secret_value: "${secret_value}/${secret_name}.yaml"
) k8s.k8s-secrets-generic)
++ [
./files/manifests/flux_apply_git.yaml
]
)
);
apply_manifests = "kubectl --kubeconfig=${k8s.client-configs.admin}/admin.kubeconfig apply --server-side --force-conflicts -f ${manifests}";